todoist_update_task
Modify an existing Todoist task by updating its content, description, due date, priority, or labels using the task ID.
Instructions
Update an existing task by its ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | The ID of the task to update | |
| content | No | New content/title for the task (optional) | |
| description | No | New description for the task (optional) | |
| dueString | No | New due date in natural language (optional) | |
| priority | No | New priority level from 1 (normal) to 4 (urgent) (optional) | |
| labels | No | New array of label names (optional) |