set_reminders
Replace a task's reminders with specified ISO 8601 datetimes, or clear them with an empty list.
Instructions
Replace a task's reminders with the given ISO 8601 datetimes. Empty list clears them.
Nothing else about the task changes. On v1 that costs an extra request: its update endpoint is a replace, and the task has to be read and written back whole. On v2 it is a single partial update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| reminders | Yes |