generated from VLADIMIR/template
add permissions rules
This commit is contained in:
@@ -424,6 +424,9 @@ service EveningDetectiveServer {
|
||||
get: "/api/teams/{id}/actions"
|
||||
};
|
||||
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
|
||||
security: {
|
||||
security_requirement: {}
|
||||
}
|
||||
tags : "Ходы";
|
||||
summary: "Получить ходы";
|
||||
};
|
||||
@@ -435,6 +438,9 @@ service EveningDetectiveServer {
|
||||
body: "*"
|
||||
};
|
||||
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
|
||||
security: {
|
||||
security_requirement: {}
|
||||
}
|
||||
tags : "Ходы";
|
||||
summary: "Сделать ход";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user