This commit is contained in:
2025-05-31 04:17:55 +07:00
parent 49999e9e70
commit 42dc516e29
22 changed files with 513 additions and 180 deletions
+30
View File
@@ -33,6 +33,28 @@
]
}
},
"/game": {
"get": {
"operationId": "EveningDetective_GetGame",
"responses": {
"200": {
"description": "A successful response.",
"schema": {
"$ref": "#/definitions/evening_detectiveGetGameRsp"
}
},
"default": {
"description": "An unexpected error response.",
"schema": {
"$ref": "#/definitions/runtimeError"
}
}
},
"tags": [
"EveningDetective"
]
}
},
"/game/start": {
"post": {
"operationId": "EveningDetective_GameStart",
@@ -356,6 +378,14 @@
"evening_detectiveGameStopRsp": {
"type": "object"
},
"evening_detectiveGetGameRsp": {
"type": "object",
"properties": {
"state": {
"type": "string"
}
}
},
"evening_detectiveGetTeamRsp": {
"type": "object",
"properties": {