Update from api_base to base_url (#17158)

This commit is contained in:
Wang Qi
2026-07-21 16:36:46 +08:00
committed by GitHub
parent 859006c79a
commit a6c3dd10ab
9 changed files with 24 additions and 39 deletions

View File

@@ -62,7 +62,7 @@ export interface IProviderInstance {
status: string;
/**
* Optional: only returned by the showProviderInstance endpoint. Used
* to pre-fill the base_url/api_base form field when opening a saved
* to pre-fill the base_url form field when opening a saved
* instance.
*/
base_url?: string;