chore: generate
This commit is contained in:
parent
3615d5aab1
commit
cff441909a
4 changed files with 67 additions and 4 deletions
|
|
@ -680,6 +680,16 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"500": {
|
||||
"description": "InternalServerError",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/effect_HttpApiError_InternalServerError"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Get the active Console org name and the set of provider IDs managed by that Console org.",
|
||||
|
|
@ -757,6 +767,16 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"500": {
|
||||
"description": "InternalServerError",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/effect_HttpApiError_InternalServerError"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Get the available Console orgs across logged-in accounts, including the current active org.",
|
||||
|
|
@ -12521,6 +12541,17 @@
|
|||
"required": ["consoleManagedProviders", "switchableOrgCount"],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"effect_HttpApiError_InternalServerError": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"_tag": {
|
||||
"type": "string",
|
||||
"enum": ["InternalServerError"]
|
||||
}
|
||||
},
|
||||
"required": ["_tag"],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"ToolListItem": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue