Skip to content

Commit 204acc2

Browse files
committed
updating description
1 parent 7a3ac29 commit 204acc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/auth0/client/mgmt/ClientsEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public Request<Void> deleteCredential(String clientId, String credentialId) {
267267
}
268268

269269
/**
270-
* Update an existing client credential. A token with scope update:clients is needed. If you also need to update the client_secret and encryption_key attributes the token must have update:client_keys scope.
270+
* Update an existing client credential. A token with scope update:client_credentials is needed.
271271
* See https://auth0.com/docs/api/management/v2/clients/patch-credentials-by-credential-id
272272
*
273273
* @param clientId the application's client id.

0 commit comments

Comments
 (0)