update-tasks
Update task details like content, dates, priorities, and assignments in Todoist. Send only the fields that need changing for efficient updates.
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. |