Skip to main content
PATCH
Update app configuration
Change redirect URIs, scopes, consent purposes, or status. Requires apps:write and an Idempotency-Key.

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code with PKCE. Implicit and password flows are unsupported.

Headers

Idempotency-Key
string
required

Required for mutating requests. Replays with the same key and payload hash return the original logical result; replays with a different payload hash return 409.

Required string length: 16 - 255

Path Parameters

app_id
string
required

Body

application/json
name
string
redirect_uris
string<uri>[]
allowed_scopes
string[]
Available options:
account_linking,
personalization,
analytics,
support,
event_enrichment,
profile_resolution,
measurement
status
enum<string>
Available options:
active,
disabled

Response

Application updated.

id
string
required
name
string
required
client_id
string
required
client_type
enum<string>
required
Available options:
public,
confidential
redirect_uris
string<uri>[]
required
allowed_scopes
string[]
required
status
enum<string>
required
Available options:
active,
disabled
created_at
string<date-time>
required
updated_at
string<date-time>
required
Available options:
account_linking,
personalization,
analytics,
support,
event_enrichment,
profile_resolution,
measurement