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