---
title: "Update status of a notification from UNREAD to READ"
method: PUT
path: "/notifications/{id}"
tags: ["notifications"]
---

# Update status of a notification from UNREAD to READ

`PUT /notifications/{id}`

Returns newly updated notification

## Request body

- Notification
  - `id` string
  - `recipient` string
  - `message` string
  - `type` string
  - `status` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Response `200`

successful operation

- Notification
  - `id` string
  - `recipient` string
  - `message` string
  - `type` string
  - `status` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `400` — Invalid payload
- `500` — Internal Server Error

---

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