---
title: "Update Reminder"
method: PUT
path: "/api/reminders/{reminder_id}"
tags: ["reminders"]
---

# Update Reminder

`PUT /api/reminders/{reminder_id}`

Update an existing reminder.

## Path parameters

- `reminder_id` string, required

## Headers

- `x-user-id` string, nullable

## Request body

- UpdateReminderRequest
  - `subtype` string, nullable — Reminder subtype: prayer, church, devotional, or custom
  - `schedule_type` string, nullable — Schedule type: daily or weekly
  - `schedule_time` string, nullable — Time of day in HH:MM format (e.g., '09:00')
  - `schedule_day` integer, nullable — Day of week for weekly (0=Sunday, 6=Saturday)
  - `custom_text` string, nullable — Custom reminder text (for custom subtype)
  - `is_active` boolean, nullable — Whether the reminder is active

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usecreed/apis/creed-api.md) · [All operations](https://skmtc.net/usecreed/apis/creed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usecreed/creed-api/versions/523833f9e819/schema)
