This commit is contained in:
Xi Yan 2025-03-13 19:30:47 -07:00
parent 194d86a232
commit a715debcb8
4 changed files with 9 additions and 25 deletions

View file

@ -2159,14 +2159,7 @@
"content": {
"application/json": {
"schema": {
"oneOf": [
{
"$ref": "#/components/schemas/ProviderInfo"
},
{
"type": "null"
}
]
"$ref": "#/components/schemas/ProviderInfo"
}
}
}

View file

@ -1452,9 +1452,7 @@ paths:
content:
application/json:
schema:
oneOf:
- $ref: '#/components/schemas/ProviderInfo'
- type: 'null'
$ref: '#/components/schemas/ProviderInfo'
'400':
$ref: '#/components/responses/BadRequest400'
'429':