AM/FA/Inv - Update OAuth Client

Details

/external/v1/oauth/client

Synopsis

Update OAuth Client

put

This route is used to update an existing OAuth client. This route would typically be used to grant or revoke access scopes to a specific client. This endpoint can be called by applications with access to scope "manageExternalClients".

Required scopes
This endpoint requires the following scopes:
  • : manageExternalClients
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Body
clientIdstring · min: 5 · max: 50Required

The unique identifier of the OAuth client. Must be alphanumeric

Example: TEST1234Pattern: ^[a-zA-Z0-9-]*$
applicationstringRequired

The name of application that this API client is associated with.

Example: TEST1234 App
Responses
put
/external/v1/oauth/client

No content

Last updated

Was this helpful?