---
title: "MarkNotificationsUnread"
method: POST
path: "/gitpod.v1.NotificationService/MarkNotificationsUnread"
tags: ["gitpod.v1.NotificationService"]
---

# MarkNotificationsUnread

`POST /gitpod.v1.NotificationService/MarkNotificationsUnread`

Marks notifications as unread.

 ### Examples

 - Mark a single notification as unread:

   ```yaml
   notificationIds:
     - "d2c94c27-3b76-4a42-b88c-95a85e392c68"
   ```

 - Mark multiple notifications as unread:

   ```yaml
   notificationIds:
     - "d2c94c27-3b76-4a42-b88c-95a85e392c68"
     - "a1b2c3d4-5e6f-7890-abcd-ef1234567890"
   ```

## Request body

- GitpodV1MarkNotificationsUnreadRequest
  - `notificationIds` string[]

## Response `200`

Success

- GitpodV1MarkNotificationsUnreadResponse

## Other responses

- `default` — Error

---

[API](https://skmtc.net/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.net/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/revisions/44d50c2ac284/schema)
