PUT
/
v1
/
apps
/
{id}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
callbacks
string[]
required

List of URLs whitelisted to use as a callback after authentication.

description
string | null
required

App description

logo_uri
string | null
required

App logo URL

name
string
required

App name

Response

200 - application/json
callbacks
string[]
required

List of URLs whitelisted to use as a callback after authentication.

client_id
string
required

OAuth client ID

description
string | null
required

App description

id
string
required

App ID

logo_uri
string | null
required

App logo URL

name
string
required

App name