---
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

## Changes

- **2025-10-23** `8ab3ec3ed301` — 1 warning
  - added the new `type` enum value to the `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterStandard]/rule` response property for the response status `400`
- **2025-08-22** `3c0154b2053a` — 9 breaking
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterChoiceItem]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterDependentItem]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterMaximumLength]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterMinimumLength]/source` became nullable for the status `400`
  - …5 more
- **2025-05-14** `87c135153b84` — 2 warning
  - added the new `cloud-gateways` enum value to the `namespace` response property for the response status `200`
  - added the new `gateway-manager` enum value to the `namespace` response property for the response status `200`

[Change history](https://skmtc.dev/kong/apis/konnect-api-go-sdk/changes/v1/notifications/inbox/:notificationId/patch.md)

---

[API](https://skmtc.dev/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.dev/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/7d3c634668f8/schema)
