main - Automated spec update (121257)

made at remote:2025-06-10T01:50:59

taken at now:2025-06-10T02:10:02

made by remote Nelly (automation bot) <>
This commit is contained in:
Adversary 2025-06-10 02:10:02 +00:00
parent e7d6292917
commit 8d66b976ea
2 changed files with 86 additions and 0 deletions

View file

@ -8305,6 +8305,49 @@
"required": true
}
],
"get": {
"operationId": "get_lobby_messages",
"parameters": [
{
"name": "limit",
"in": "query",
"schema": {
"type": "integer",
"minimum": 1,
"maximum": 200
}
}
],
"responses": {
"200": {
"description": "200 response for get_lobby_messages",
"content": {
"application/json": {
"schema": {
"type": [
"array",
"null"
],
"items": {
"$ref": "#/components/schemas/LobbyMessageResponse"
}
}
}
}
},
"4XX": {
"$ref": "#/components/responses/ClientErrorResponse"
}
},
"security": [
{
"BotToken": []
},
{
"OAuth2": []
}
]
},
"post": {
"operationId": "create_lobby_message",
"requestBody": {

View file

@ -8305,6 +8305,49 @@
"required": true
}
],
"get": {
"operationId": "get_lobby_messages",
"parameters": [
{
"name": "limit",
"in": "query",
"schema": {
"type": "integer",
"minimum": 1,
"maximum": 200
}
}
],
"responses": {
"200": {
"description": "200 response for get_lobby_messages",
"content": {
"application/json": {
"schema": {
"type": [
"array",
"null"
],
"items": {
"$ref": "#/components/schemas/LobbyMessageResponse"
}
}
}
}
},
"4XX": {
"$ref": "#/components/responses/ClientErrorResponse"
}
},
"security": [
{
"BotToken": []
},
{
"OAuth2": []
}
]
},
"post": {
"operationId": "create_lobby_message",
"requestBody": {