todoist_update_task
Modify existing Todoist tasks by updating content, due dates, priorities, labels, or descriptions to keep your task management current.
Instructions
Update an existing task in Todoist.
Args: task_id: The ID of the task to update. content: Optional new task content. description: Optional new description. due_date: Optional new due date string. priority: Optional new priority (1-4). labels: Optional new list of label names.
Returns: A confirmation message.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| content | No | ||
| description | No | ||
| due_date | No | ||
| priority | No | ||
| labels | No |