Skip to content

Commit a4f47e2

Browse files
ezekielaarongable
andauthored
Rename RevokeAuthorizationFor to RevokeAuthorizationsFor
Because it can revoke multiple authorizations. Co-authored-by: Aaron Gable <aaron@letsencrypt.org>
1 parent 7775f5d commit a4f47e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sa/proto/sa.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ service StorageAuthority {
9393
rpc AddRateLimitOverride(AddRateLimitOverrideRequest) returns (AddRateLimitOverrideResponse) {}
9494
rpc DisableRateLimitOverride(DisableRateLimitOverrideRequest) returns (google.protobuf.Empty) {}
9595
rpc EnableRateLimitOverride(EnableRateLimitOverrideRequest) returns (google.protobuf.Empty) {}
96-
rpc RevokeAuthorizationFor(RevokeAuthorizationForRequest) returns (google.protobuf.Empty) {}
96+
rpc RevokeAuthorizationsFor(RevokeAuthorizationsForRequest) returns (google.protobuf.Empty) {}
9797
}
9898

9999
// StorageAuthorityAdmin exposes those SA methods exclusive to the admin tool.

0 commit comments

Comments
 (0)