Update a status
PATCH/statuses/:status_id
Rename a status or change its description. Partial — omitted attributes are preserved.
The status's id never changes, so records already carrying it are unaffected.
Request
Responses
- 200
- 401
- 403
- 404
- 422
The updated status
Missing or invalid token
Token lacks the required scope, or the user's role/permissions deny this action
Resource not found (or not visible to this user's role)
Request failed schema validation