---
title: "Mark As Unread"
method: PUT
path: "/api/notification/v1/inbox/mark-as-unread"
tags: ["Notifications"]
---

# Mark As Unread

`PUT /api/notification/v1/inbox/mark-as-unread`

Marks one or multiple inbox entries as unread for the currently authenticated user.

## Request body

- MarkAsReadRequestDto
  - `inboxIds` string[]

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Not Authorized
- `403` — Not Allowed
- `404` — The resource or element was not found
- `500` — Internal server error: unexpected error

---

[API](https://skmtc.net/agridata/apis/agridata-ch-api.md) · [All operations](https://skmtc.net/agridata/apis/agridata-ch-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agridata/agridata-ch-api/versions/4f3c6bfcfcfd/schema)
