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
- 204
- 400
- 403
- 404
The status was applied (or already held).
The status value is not a known application status.
The application does not exist or belongs to another profile.