We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7775f5d commit a4f47e2Copy full SHA for a4f47e2
1 file changed
sa/proto/sa.proto
@@ -93,7 +93,7 @@ service StorageAuthority {
93
rpc AddRateLimitOverride(AddRateLimitOverrideRequest) returns (AddRateLimitOverrideResponse) {}
94
rpc DisableRateLimitOverride(DisableRateLimitOverrideRequest) returns (google.protobuf.Empty) {}
95
rpc EnableRateLimitOverride(EnableRateLimitOverrideRequest) returns (google.protobuf.Empty) {}
96
- rpc RevokeAuthorizationFor(RevokeAuthorizationForRequest) returns (google.protobuf.Empty) {}
+ rpc RevokeAuthorizationsFor(RevokeAuthorizationsForRequest) returns (google.protobuf.Empty) {}
97
}
98
99
// StorageAuthorityAdmin exposes those SA methods exclusive to the admin tool.
0 commit comments