This commit is contained in:
2026-07-26 02:43:22 +07:00
parent fc9753e069
commit a6b2bc1f60
8 changed files with 225 additions and 39 deletions
@@ -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": "Создать точку сценария",