> ## Documentation Index
> Fetch the complete documentation index at: https://visaflo.ca/knowledge-base/llms.txt
> Use this file to discover all available pages before exploring further.

# Update a case status

> Change the status of a case in the current workspace.

`PATCH https://api.visaflo.app/api/public/case/:caseId/status`

```json theme={null}
{ "status": "active" }
```

`status` must be a label configured in the workspace's case status list. For a workspace using default statuses, allowed values are `active`, `scheduled`, `pending`, `closed`, and `none`.

Returns `200` with `{ "data": { "caseId": "...", "status": "active" } }`. An invalid status response includes `validStatuses`.
