mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
chore: generate
This commit is contained in:
parent
f80343b875
commit
fb6bf0b35e
1 changed files with 14 additions and 11 deletions
|
|
@ -199,17 +199,7 @@
|
|||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/OAuth"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ApiAuth"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/WellKnownAuth"
|
||||
}
|
||||
]
|
||||
"$ref": "#/components/schemas/Auth"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -10834,6 +10824,19 @@
|
|||
},
|
||||
"required": ["type", "key", "token"]
|
||||
},
|
||||
"Auth": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/OAuth"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ApiAuth"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/WellKnownAuth"
|
||||
}
|
||||
]
|
||||
},
|
||||
"NotFoundError": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue