update-sections
Update multiple existing sections in Todoist by providing their IDs and new names or descriptions. Markdown is supported for descriptions; pass null or an empty string to clear.
Instructions
Update multiple existing sections with new values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sections | Yes | The sections to update. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sections | Yes | The updated sections. | |
| totalCount | Yes | The total number of sections updated. | |
| updatedSectionIds | Yes | The IDs of the updated sections. |