generated from VLADIMIR/template
fix
This commit is contained in:
@@ -451,6 +451,38 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"/api/scenarios/{id}/full": {
|
||||
"get": {
|
||||
"summary": "Получить сценарий со всеми деталями по id",
|
||||
"operationId": "EveningDetectiveServer_GetFullScenario",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "A successful response.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/evening_detective_serverGetScenarioRsp"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "An unexpected error response.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/rpcStatus"
|
||||
}
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"name": "id",
|
||||
"in": "path",
|
||||
"required": true,
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"Сценарии"
|
||||
]
|
||||
}
|
||||
},
|
||||
"/api/scenarios/{id}/places": {
|
||||
"post": {
|
||||
"summary": "Создать точку сценария",
|
||||
|
||||
Reference in New Issue
Block a user