Last modified:2026-06-04 22:55:16
Update an existing reminder. All fields are optional - only provided fields are applied. If reminder_time, timezone, repeat_type, or repeat_days changes, next_trigger_on is recomputed automatically. Set is_active=false to pause a reminder without deleting it.Request: Bearer token | reminder_key in pathBody: any subset of the create fieldsSuccess: 200 - returns { success, message } only (no data). Re-fetch via GET /reminders/.Errors: 401 - invalid token | 404 - reminder not found for this user | 422 - invalid field values