task_update
Update task fields including title, notes, due date, or status. Set status to 'completed' to mark a task done.
Instructions
Patch a task's fields. status='completed' completes it (or use task_complete).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | ||
| notes | No | ||
| title | No | ||
| status | No | ||
| account | Yes | ||
| task_id | Yes | ||
| tasklist_id | No | @default |