---
title: "PATCH /api/notifications/{workspace_id}/{notification_id}/"
method: PATCH
path: "/api/notifications/{workspace_id}/{notification_id}/"
tags: ["Notifications"]
---

# PATCH /api/notifications/{workspace_id}/{notification_id}/

`PATCH /api/notifications/{workspace_id}/{notification_id}/`

Marks a notification as read.

## Path parameters

- `notification_id` integer, required
- `workspace_id` integer, required

## Response `200`

- NotificationRecipient — Serialize notification data along with the recipient information about the read status for the given user.
  - `id` integer, required — The id of the notification.
  - `type` string, required — The type of notification
  - `sender` Sender, required
    - `id` integer, required
    - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
    - `first_name` string
  - `workspace` string, required — The workspace that the notification is in (if any).
  - `created_on` string, date-time, required — The date and time that the notification was created.
  - `read` boolean — If True, then the notification has been read by the user.
  - `data` unknown, required

## Other responses

- `400`
- `404`

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/versions/0c490e5b0c7f/schema)
