update-tasks
Update multiple Todoist tasks in one call, modifying fields like title, due date, priority, labels, and more.
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. |