This commit is contained in:
2025-06-17 03:10:31 +07:00
parent be8e7fa482
commit 9cc6646fe3
15 changed files with 432 additions and 131 deletions
+31
View File
@@ -247,6 +247,28 @@
]
}
},
"/teams/pdf": {
"get": {
"operationId": "EveningDetective_DownloadTeamsQrCodesFile",
"responses": {
"200": {
"description": "A successful response.",
"schema": {
"$ref": "#/definitions/evening_detectiveDownloadTeamsQrCodesFileRsp"
}
},
"default": {
"description": "An unexpected error response.",
"schema": {
"$ref": "#/definitions/runtimeError"
}
}
},
"tags": [
"EveningDetective"
]
}
},
"/teams/{teamId}/applications": {
"post": {
"operationId": "EveningDetective_GiveApplications",
@@ -360,6 +382,15 @@
}
}
},
"evening_detectiveDownloadTeamsQrCodesFileRsp": {
"type": "object",
"properties": {
"result": {
"type": "string",
"format": "byte"
}
}
},
"evening_detectiveGameStartReq": {
"type": "object"
},