Third-party apps
Update app
Update an existing third-party app.
PUT
/
v1
/
apps
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredBody
application/json
name
string
requiredApp name
description
string | null
requiredApp description
logo_uri
string | null
requiredApp logo URL
callbacks
string[]
requiredList of URLs whitelisted to use as a callback after authentication.
Response
200 - application/json
id
string
requiredApp ID
name
string
requiredApp name
description
string | null
requiredApp description
logo_uri
string | null
requiredApp logo URL
callbacks
string[]
requiredList of URLs whitelisted to use as a callback after authentication.
client_id
string
requiredOAuth client ID
Was this page helpful?