Skip to main content
PATCH
Update client

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Body

application/json
name
string
required

Client Name

redirectUris
string[]

Redirect URIs

allowedScopes
string[]

Allowed Scopes

allowedGrants
enum<string>[]

Allowed Grants

Available options:
authorization_code,
client_credentials,
refresh_token
settings
object

Client Settings

Response

Client updated successfully

id
string
required
Example:

"uuid-123"

clientId
string
required
Example:

"client_abc123"

clientSecret
string
required
Example:

"secret_xyz789"

name
string
required
Example:

"My Client"

type
enum<string>
required
Available options:
public,
private,
m2m
redirectUris
string[]
required
Example:
allowedScopes
string[]
required
Example:
allowedGrants
string[]
required
Example:
isActive
boolean
required
Example:

true

settings
object
required
Example: