Update Reminder
update_reminderUpdate reminder description and notification/active flags. Modify only these fields; employee, admin user, and date remain unchanged.
Instructions
Update a reminder's description and flags. Note: the employee, admin user and reminder date CANNOT be changed via the API, only the description and the notification/active flags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique reminder ID (verified against the ID in the request URL) | |
| active | No | Whether the reminder is active (true/false) | |
| description | No | Description of the reminder | |
| notification_sent | No | Whether the notification has been sent to the admin user (true/false) | |
| send_notification | No | Whether to send a notification to the admin user (true/false) |