main - Automated spec update (150734)
made at remote:2025-09-23T22:39:23 taken at now:2025-09-23T23:10:01 made by remote Nelly (automation bot) <>
This commit is contained in:
parent
40aadd0a1c
commit
cba2f2289d
2 changed files with 26 additions and 0 deletions
|
@ -22847,6 +22847,10 @@
|
|||
"code"
|
||||
]
|
||||
},
|
||||
"GameResponse": {
|
||||
"type": "object",
|
||||
"properties": {}
|
||||
},
|
||||
"GatewayBotResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -31588,6 +31592,15 @@
|
|||
"$ref": "#/components/schemas/TeamResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"linked_games": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/GameResponse"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
@ -23286,6 +23286,10 @@
|
|||
"code"
|
||||
]
|
||||
},
|
||||
"GameResponse": {
|
||||
"type": "object",
|
||||
"properties": {}
|
||||
},
|
||||
"GatewayBotResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -32174,6 +32178,15 @@
|
|||
"$ref": "#/components/schemas/TeamResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"linked_games": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/GameResponse"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue