update-todo
Modify existing todos in Things by updating fields such as title, notes, schedule, deadline, tags, or completion status.
Instructions
Update an existing todo in Things
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the todo to update | |
| tags | No | New tags | |
| when | No | New schedule | |
| notes | No | New notes | |
| title | No | New title | |
| canceled | No | Mark as canceled | |
| deadline | No | New deadline | |
| completed | No | Mark as completed |