Patch client by ID

PATCH
/api/v2/oauth/clients/:clientId

Patch an existing OAuth 2.0 client by client ID. Updating an OAuth2 client uses a JSON patch representation of the desired changes. To learn more, read Updates. Only name, description, and redirectUri may be patched.

Path parameters

clientIdstringRequired

The client ID

Request

This endpoint expects a list of objects.
list of objects

Response

OAuth 2.0 client response

namestring

Client name

_accountIdstring

The account ID the client is registered under

_clientIdstring

The client’s unique ID

redirectUristring

The client’s redirect URI

_creationDatelong

Timestamp of client creation date

descriptionstringOptional

Client description

_clientSecretstringOptional

The client secret. This will only be shown upon creation.

Errors

Built with