Skip to main content
PUT
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

OAuth client ID

Body

application/json
name
string

The name of the OAuth client

allowed_scopes
string[]

List of allowed OAuth scopes

Example:
require_pkce
boolean

Whether PKCE (Proof Key for Code Exchange) is required for this client

allowed_grant_types
enum<string>[]

List of allowed OAuth grant types

Available options:
client_credentials,
authorization_code,
refresh_token
redirect_uris
string<uri>[]

List of redirect URIs

logo_uri
string<uri>

URL of the client logo

policy_uri
string<uri>

URL of the client's privacy policy

tos_uri
string<uri>

URL of the client's terms of service

Response

OAuth client updated successfully

data
object