update_reminder
Update an existing reminder's details including title, date, time, description, contact, and recurrence interval.
Instructions
Updates specified reminder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reminder_id | Yes | reminder ID | |
| contact_id | No | id of a contact | |
| date_time | No | date and time of event that should be reminded (format: Y-m-d H:i:s) | |
| title | No | title of reminder | |
| description | No | description of reminder | |
| interval_value | No | value of interval in which reminder will be activated | |
| interval_type | No | one of: ['hour','day','month'] |