This commit is contained in:
2026-08-21 15:05:36 +08:00
parent 7276c27573
commit b2fa5363f1
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ service Admin {
};
rpc RoleRule(RoleRuleRequest) returns(Response){
option (google.api.http) = {
get: "/admin/v3/role/rule"
post: "/admin/v3/role/rule"
body: "*"
};
};