update-projects
Update multiple Todoist projects in one operation by providing their IDs and new values like name, color, view style, favorite status, or description.
Instructions
Update multiple existing projects with new values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projects | Yes | The projects to update. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failures | Yes | Projects that could not be updated, with the reason for each. A failure here does not affect the other projects in the batch — do not retry the whole batch; address or drop the failed items. | |
| projects | Yes | The updated projects. | |
| totalCount | Yes | The total number of projects updated. | |
| appliedOperations | Yes | Summary of operations performed. | |
| updatedProjectIds | Yes | The IDs of the updated projects. |