Skip to main content

Set an application's status

PUT 

/api/v1/applications/:applicationId/status

Returns when the transition is applied. Moves the application to the given status; setting the status it already has changes nothing and emits no events. A successful transition is published to the owning profile's webhook subscriptions as application.status_changed — including transitions made through this endpoint, so a receiver hears its own writes echoed back. actingUserId attributes the change in the audit trail; omitted, it falls back to the API key's identity.

Request

Responses

The status was applied (or already held).