nexo_reminder_update
Update specified fields of an existing reminder using a read token from nexo_reminder_get to confirm access. Only non-empty fields are changed.
Instructions
Update fields of an existing reminder. Only non-empty fields are changed.
IMPORTANT: call nexo_reminder_get first and pass its READ_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Reminder ID (e.g., R87). | |
| description | No | New description (optional). | |
| date | No | New date YYYY-MM-DD (optional). | |
| status | No | New status (optional). | |
| category | No | New category (optional). | |
| internal | No | '1'/'0' to re-classify visibility (optional). | |
| owner | No | New 'user'|'waiting'|'agent'|'shared' (optional). | |
| read_token | No | Token returned by `nexo_reminder_get`. |