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

# Update notification

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

Update notification.

## Path parameters

- `notificationId` string, required

## Request body

- NotificationUpdatePayload — Status of the notification.
  - `status` 'READ' | 'UNREAD' | 'ARCHIVED', required — Status of the notification.

## Response `200`

View a single notification.

- Notification — Properties of a notification.
  - `id` string, uuid, required — Contains a unique identifier used for this resource.
  - `title` string, required
  - `description` string, required
  - `status` 'READ' | 'UNREAD' | 'ARCHIVED', required — Status of the notification.
  - `region` 'US' | 'EU' | 'AU' | 'ME' | 'IN' | '*', required — Region associated to a notification.
  - `namespace` 'plan-and-usage' | 'organization' | 'dev-portal' | 'cloud-gateways' | 'gateway-manager', required
  - `entity_id` string, required — ID of the entity. Use '*' to represent all entities of this type.
  - `details` object, required — Metadata associated with the notification to build actionable links.
  - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
  - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/0261aef4b1e2/schema)
