---
title: "Updates a notification."
method: PATCH
path: "/api/v2/notifications/{id}"
tags: ["Notification"]
---

# Updates a notification.

`PATCH /api/v2/notifications/{id}`

Update the status of the notification.

## Path parameters

- `id` integer, required

## Request body

- object
  - `Status` 'Open' | 'Reviewed' | 'Closed' | 'FalsePositive' | 'Suppress', required — The new string status of the notification.

## Response `200`

Success

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — Not Found
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/versions/7dadaba760fb/schema)
