todoist_update_task
Modify existing tasks in Todoist by updating content, description, due date, priority, or labels using task ID for precise task management.
Instructions
Update an existing task by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
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) | |
labels | No | New array of label names (optional) | |
priority | No | New priority level from 1 (normal) to 4 (urgent) (optional) | |
taskId | Yes | The ID of the task to update |