---
title: "PATCH /notifications/{id}"
method: PATCH
path: "/notifications/{id}"
tags: ["Notifications"]
---

# PATCH /notifications/{id}

`PATCH /notifications/{id}`

Update if a notification is read

## Path parameters

- `id` string, required

## Request body

- UpdateNotification
  - `read` boolean

## Response `204`

The notification has been successfully updated.

## Other responses

- `400` — The supplied object is invalid. Error detail will contain the validation error.
- `401` — You are not authenticated. Please authenticate and try again.
- `404` — Referenced resource could not be found.
- `500` — Something went wrong in the server. Please try again.

---

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