Patch client by ID
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
clientId
The client ID
Headers
Authorization
Request
This endpoint expects a list of objects.
op
The type of operation to perform
path
A JSON Pointer string specifying the part of the document to operate on
value
Response
OAuth 2.0 client response
_links
The location and content type of related resources
name
Client name
_accountId
The account ID the client is registered under
_clientId
The client’s unique ID
redirectUri
The client’s redirect URI
_creationDate
Timestamp of client creation date
description
Client description
_clientSecret
The client secret. This will only be shown upon creation.