Notes

Set my reminder on a note

Owner or recipient — a reminder is per-user, not per-note.

put/api/notes/{note_id}/reminder

Path parameters

note_idinteger required

Headers

x-api-tokenstring nullable

Request body

channelstring nullable
next_fire_atstring nullable
recurrence_unitstring nullable
recurrence_intervalinteger nullable
snoozed_untilstring nullable

Response

Successful Response

{"stackTrail":"paths:/api/notes/{note_id}/reminder:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes