todoist_update_task
Update an existing Todoist task by searching for its name, then modify its content, priority, due date, or description.
Instructions
Update an existing task in Todoist by searching for it by name and then updating it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | New content/title for the task (optional) | |
| priority | No | New priority level from 1 (normal) to 4 (urgent) (optional) | |
| task_name | Yes | Name/content of the task to search for and update | |
| due_string | No | New due date in natural language like 'tomorrow', 'next Monday' (optional) | |
| description | No | New description for the task (optional) |