add permissions rules

This commit is contained in:
2026-07-27 22:09:52 +07:00
parent f72502f076
commit 8b56aa7096
5 changed files with 48 additions and 6 deletions
+6
View File
@@ -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: "Сделать ход";
};