Automated spec update (150734)

This commit is contained in:
Nelly (automation bot) 2025-09-23 22:39:23 +00:00
parent 4727514a64
commit 3b8753ded7
2 changed files with 26 additions and 0 deletions

View file

@ -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": [

View file

@ -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": [