generated from VLADIMIR/template
fix
This commit is contained in:
@@ -229,6 +229,16 @@ service EveningDetectiveServer {
|
||||
};
|
||||
}
|
||||
|
||||
rpc GetFullScenario(GetScenarioReq) returns (GetScenarioRsp) {
|
||||
option (google.api.http) = {
|
||||
get: "/api/scenarios/{id}/full"
|
||||
};
|
||||
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
|
||||
tags : "Сценарии";
|
||||
summary: "Получить сценарий со всеми деталями по id";
|
||||
};
|
||||
}
|
||||
|
||||
rpc GetScenario(GetScenarioReq) returns (GetScenarioRsp) {
|
||||
option (google.api.http) = {
|
||||
get: "/api/scenarios/{id}"
|
||||
|
||||
Reference in New Issue
Block a user