---
title: "Update a reminder for an event"
method: PUT
path: "/events/{eventId}/reminders/{reminderId}"
tags: ["Events"]
---

# Update a reminder for an event

`PUT /events/{eventId}/reminders/{reminderId}`

Updates an existing reminder for an event.

## Path parameters

- `eventId` string, required
- `reminderId` string, required

## Request body

- ReminderDto
  - `offset` integer
  - `offsetTypeId` integer
  - `isAllDayReminder` boolean
  - `userIds` string[], nullable

## Response `202`

When request is accepted. Returns a 'Link' object.

- Link
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable

## Other responses

- `403` — When the authenticated account does not have access to the event.
- `404` — When event with specified id does not exist.

---

[API](https://skmtc.net/smokeball/apis/api.md) · [All operations](https://skmtc.net/smokeball/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smokeball/api/revisions/197984da9b42/schema)
