Skip to main content
PUT
Update an OAuth client

Path Parameters

client_id
string
required

Client id

Body

application/json
client_name
string | null
grant_types
string[] | null
redirect_uris
string[]
response_types
string[] | null
scope
string | null

Space-delimited capability scopes the client may request.

token_endpoint_auth_method
string | null

Response

Updated client metadata (RFC 7592)

client_id
string
required
client_id_issued_at
integer<int64>
required
client_name
string
required
grant_types
string[]
required
redirect_uris
string[]
required
registration_client_uri
string
required
response_types
string[]
required
scope
string
required
token_endpoint_auth_method
string
required
client_secret
string | null
client_secret_expires_at
integer<int64> | null
registration_access_token
string | null