> ## 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 task

> Update the editable fields of a VisaFlo task.

`PATCH https://api.visaflo.app/api/public/task/:taskId`

Send any editable fields: `title`, `description`, `priority`, `status`, `dueDate`, `entity`, or `reminderSettings`.

```json theme={null}
{ "status": "completed", "reminderSettings": [] }
```

Use `null` or an empty string for `dueDate` to clear it, and an empty array to clear reminders. Changing `entity` verifies that the destination record belongs to the same workspace.
