Skip to main content
PUT
Edit Reminder

Path Parameters

reminder
integer
required

The reminder ID

Body

application/json
timezone
string | null
schedule_type
enum<string>
Available options:
absolute,
period,
repeat
remind_at
string<date-time> | null
period_unit
enum<string> | null
Available options:
days,
weeks,
months,
years
period_value
integer | null
period_time_at
string | null
repeat_unit
enum<string> | null
Available options:
daily,
weekly,
monthly
repeat_value
integer | null
repeat_time_at
string | null
channel
enum<string>
Available options:
slack,
email
note
string
recipient
string | null
is_active
boolean | null
expires_at
string<date-time> | null

Response

Reminder

data
Reminder · object
required