chore: generate
This commit is contained in:
+14
-11
@@ -199,17 +199,7 @@
|
|||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"schema": {
|
"schema": {
|
||||||
"anyOf": [
|
"$ref": "#/components/schemas/Auth"
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/OAuth"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/ApiAuth"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/WellKnownAuth"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -10834,6 +10824,19 @@
|
|||||||
},
|
},
|
||||||
"required": ["type", "key", "token"]
|
"required": ["type", "key", "token"]
|
||||||
},
|
},
|
||||||
|
"Auth": {
|
||||||
|
"anyOf": [
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/OAuth"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/ApiAuth"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/WellKnownAuth"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"NotFoundError": {
|
"NotFoundError": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|||||||
Reference in New Issue
Block a user