chore(deps/openapi): updated all
Updated openapi and verified that no unused dependency still remains
This commit is contained in:
parent
4cde1b744f
commit
63549752e8
23 changed files with 39 additions and 694 deletions
|
|
@ -1917,36 +1917,6 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"/api/chat/broadcast": {
|
||||
"post": {
|
||||
"requestBody": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"nextGame"
|
||||
],
|
||||
"properties": {
|
||||
"nextGame": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": true
|
||||
},
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Default Response"
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"openapi_other"
|
||||
]
|
||||
}
|
||||
},
|
||||
"/api/ttt/history/{user}": {
|
||||
"get": {
|
||||
"operationId": "tttHistory",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue