Clients
Update client
PATCH
Authorizations
Path Parameters
Body
application/json
Client Name
Redirect URIs
Allowed Scopes
Allowed Grants
Available options:
authorization_code
, client_credentials
, refresh_token
Client Settings
Response
200
application/json
Client updated successfully
Example:
"uuid-123"
Example:
"client_abc123"
Example:
"secret_xyz789"
Example:
"My Client"
Available options:
public
, private
, m2m
Example:
["https://example.com/callback"]
Example:
["openid", "profile"]
Example:
["authorization_code"]
Example:
true
Example:
{
"tokenEndpointAuthMethod": "client_secret_basic",
"accessTokenTTL": 3600
}