---
title: "Update an in-app notification"
method: PATCH
path: "/v1/notifications/{id}"
tags: ["Notification"]
---

# Update an in-app notification

`PATCH /v1/notifications/{id}`

Update the given user.

## Request body

- object
  - `read` boolean, required — Whether the notification was read by the user.

## Response `200`

OK

- Notification — An in-app notification sent to the user.
  - `id` string, required — Unique identifier of the in-app notification.
  - `title` string, required — Title of the in-app notification.
  - `description` string, required — Description of the in-app notification.
  - `recipient` string, required — ID of the user who got notified.
  - `read` boolean, required — Whether the notification was read by the user.
  - `created_at` string, date-time, required — Date when the todo item was created.
  - `updated_at` string, date-time, nullable, required — Date when the in-app notification was updated.

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `403` — Forbidden
- `404` — The requested resource not found
- `500` — Internal Server Error

---

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