Skip to main content
PUT
cURL

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
clientId
string
required
name
string
required
homepage
string<uri>
required
redirectUris
string<uri>[]
required
secrets
object[]
scopes
string[]

Response

200 - application/json

Returns the updated OAuth application

clientId
string
required
name
string
required
homepage
string<uri>
required
redirectUris
string<uri>[]
required
secrets
object[]
scopes
string[]
Last modified on March 5, 2026