Skip to main content
PUT
Java (SDK)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

client_id
string
required

Client ID to update

Body

application/json
name
string

Client name

scopes
string[]

List of allowed scopes

redirect_uris
string[]

List of allowed redirect URIs

domains
string[]

List of allowed domains

Response

Client updated successfully

client_id
string

OAuth2 client ID

name
string

Client name

scopes
string[]

List of allowed scopes

redirect_uris
string[]

List of allowed redirect URIs

domains
string[]

List of allowed domains

created_at
string<date-time>

Client creation timestamp

updated_at
string<date-time>

Client last update timestamp

last_used_at
string<date-time>

Last usage timestamp