update-reminders
Modify existing Todoist reminders by providing their type and ID, and update only the fields that need to change.
Instructions
Update existing reminders. Each reminder must specify its type ("relative", "absolute", or "location") and ID. Only include fields that need to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reminders | Yes | Array of reminders to update (max 25). Each must include the reminder type and ID. Only include fields that need to change. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reminders | Yes | The updated reminders. | |
| totalCount | Yes | Total reminders updated. | |
| updatedReminderIds | Yes | IDs of updated reminders. |