---
title: "Mark Notification as Read"
method: PATCH
path: "/api/v1/user/notifications/{notification_id}"
tags: ["User"]
---

# Mark Notification as Read

`PATCH /api/v1/user/notifications/{notification_id}`

Mark a specific notification as read or unread

## Path parameters

- `notification_id` string, uuid, required

## Query parameters

- `read` boolean, required

## Response `200`

Request completed successfully.

- OkResponse
  - `detail` string

## Other responses

- `401` — Authentication required.
- `403` — Access denied.
- `404` — The requested resource was not found.
- `422` — Validation Error

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/b0af9064dfef/schema)
