---
title: "Update notification"
method: PATCH
path: "/api/v1/notifications/{notificationId}"
tags: ["Notifications"]
---

# Update notification

`PATCH /api/v1/notifications/{notificationId}`

Update notification

## Path parameters

- `notificationId` string, required

## Request body

- ApiNotificationUpdateParams — From T, pick a set of properties whose keys are in the union K
  - `viewed` boolean, required

## Response `200`

Success

- ApiSuccessEmpty
  - `results` unknown
  - `status` 'ok', required

## Other responses

- `default` — Error

---

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