update-tasks
Update existing Todoist tasks with new content, dates, priorities, or assignments. Send only changed fields to prevent unintended overwrites.
Instructions
Update existing tasks including content, dates, priorities, and assignments. Send only the fields that change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | The tasks to update (max 25). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | The updated tasks. | |
| failures | Yes | Tasks that could not be updated, with the reason for each. A failure here does not affect the other tasks in the batch. | |
| totalCount | Yes | The total number of tasks updated. | |
| updatedTaskIds | Yes | The IDs of the updated tasks. | |
| appliedOperations | Yes | Summary of operations performed. |