v1

latestOpenAPI 3.1.02026-08-0411088114.2 KB
reminders

Update Reminder

Update a specific reminder by ID

put/users/me/reminders/{reminder_id}

Path parameters

reminder_idstring required

ID of the reminder to update

ID of the reminder to update

Request body

statusstring nullable

New status for the reminder. 'paused' only valid for recurring reminders. Valid values: 'pending', 'paused'

execution_timestamp_iso_datestringstring nullable

New execution timestamp in ISO format. Only valid for one-time reminders, not recurring ones. (e.g., '2024-01-15T14:30:00-05:00')

messagestring nullable

New message content for the reminder. Cannot be updated for reminders with status 'scheduled'.

channel'sms' | 'imessage' | 'line' | 'whatsapp' | 'default' nullable

New channel for the reminder. Valid values: 'sms', 'imessage', 'line', 'whatsapp'

cron_stringstring nullable

New updated cron string, minimum interval of 15 minutes

category'health' | 'travel' | 'personal' | 'leisure' | 'work' | 'generic' nullable

New category for the reminder. Valid values: 'health', 'travel', 'personal', 'leisure', 'work', 'generic'

Response

Successful Response

{"stackTrail":"paths:/users/me/reminders/{reminder_id}:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}