update_task
Update a Todoist task's content, description, priority, or labels using the task ID and required new content.
Instructions
Update a TODO task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The ID of the task to update | |
| content | Yes | The task content (required). The text of the task. This value may contain markdown-formatted text and hyperlinks | |
| description | No | A description for the task. This value may contain markdown-formatted text and hyperlinks. | |
| priority | No | Task priority from 1 (normal) to 4 (very urgent) | |
| labels | No | The task labels |