Third-party apps
Update app
Update an existing third-party app.
PUT
/
v1
/
apps
/
{id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
App name
App description
App logo URL
List of URLs whitelisted to use as a callback after authentication.
Response
200 - application/json
App ID
App name
App description
App logo URL
List of URLs whitelisted to use as a callback after authentication.
OAuth client ID
Was this page helpful?