update_task
Update a task's title, notes, schedule, or status in Things 3 by ID. Set status to open, completed, or canceled.
Instructions
Update a task's basic fields or status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| when | No | Optional replacement Things schedule. | |
| notes | No | Optional replacement notes. Pass an empty string to clear them. | |
| title | No | Optional replacement title. | |
| status | No | Optional open, completed, or canceled status. | |
| task_id | Yes | ID returned by list_tasks. |