generated from VLADIMIR/template
add game
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user