Skip to main content
PUT
Update OAuth application

Authorizations

Authorization
string
header
required

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

Path Parameters

clientId
string
required

Body

application/json
name
string

Application name

Maximum string length: 100
Example:

"My Integration"

description
string

Application description

Maximum string length: 500
Example:

"Integration for managing organization data"

redirectUri
string

Redirect URI for OAuth flow

Example:

"https://example.com/callback"

scopes
array[]

OAuth scopes requested

Example:
isActive
boolean

Whether the application is active

Example:

true

Response

Application updated successfully with new configuration.