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
- Request
- Response
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
TOKENwith your access token. - Replace
APPLICATION_IDwith the application ID.
HTTP CODE
204