update_task
Update an existing Todoist task by changing its text, due date, priority, or description. Identify tasks by ID or content substring.
Instructions
Update an existing Todoist task — change its text, due date, priority, or description. Identify it by task_id or by a content substring match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | New natural-language due date. Pass 'no date' to clear. | |
| match | No | Substring of the task content to find the task. | |
| content | No | New task text. | |
| task_id | No | Exact task id. | |
| priority | No | p1 (highest) to p4 (none). | |
| description | No | New note/details. |