Skip to content

Commit 098600c

Browse files
authored
Update clientv1_service_access_tokens.go
1 parent a4f5d94 commit 098600c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clientv1_service_access_tokens.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func (s *ServiceAccessTokensServiceV1) ListServiceAccessTokens(ctx context.Conte
134134

135135
// RevokeServiceAccessToken revokes the specified service access token.
136136
//
137-
// Required scope: sams::service_access_token::delete
137+
// Required scope: sams::service_access_tokens::delete
138138
func (s *ServiceAccessTokensServiceV1) RevokeServiceAccessToken(ctx context.Context, tokenID string) error {
139139
if tokenID == "" {
140140
return errors.New("token ID cannot be empty")

0 commit comments

Comments
 (0)