Skip to main content

Update Application

warning

This endpoint is only available to users with Sentry Interactive issued auth tokens.

Updates any of the fields defined in the initial create application request.

HTTP Request

POST https://api.doordeck.com/platform/application/APPLICATION_ID

Example

CURL
curl 'https://api.doordeck.com/platform/application/APPLICATION_ID' \
-X POST \
-H "Authorization: Bearer TOKEN" \
-H 'content-type: application/json' \
--data-binary '{"name":"My Amazing Updated App"}'
Remember
  • Replace TOKEN with your access token.
  • Replace APPLICATION_ID with the application ID.