---
title: "Changes to Mark notification read"
method: PATCH
path: "/notification/{id}/read"
---

# Changes to Mark notification read

`PATCH /notification/{id}/read`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 8 of 23 revisions.

- **2026-08-24** `08bbb5bedb5d` — 5 breaking, 16 info
- **2026-07-11** `32cece1ebe43` — 4 breaking, 3 warning, 2 info
- **2026-03-05** `c45ef22a736c` — 1 breaking, 1 info
- **2026-03-04** `298877d6a79a` — 3 breaking
- **2026-02-21** `4b8811b821e6` — 3 breaking, 1 info
- **2026-01-11** `f6c7baa36924` — 3 breaking, 2 warning, 3 info
- **2025-12-14** `38f83a691e6a` — 2 breaking, 8 warning
- **2025-12-11** `93b231773126` — 1 breaking, 9 info

## Changes

- **2026-08-24** `08bbb5bedb5d` — 5 breaking, 16 info
  - the response property `isRead` became nullable for the status `200`
  - the response property `resourceId` became nullable for the status `200`
  - the response property `resourceType` became nullable for the status `200`
  - the response property `eventData` became optional for the status `200`
  - the `eventData` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - added the non-success response with the status `401`
  - added the non-success response with the status `404`
  - the response property `isRead` became required for the status `200`
  - the response property `resourceId` became required for the status `200`
  - the response property `resourceType` became required for the status `200`
  - removed the `due_date_reminder` enum value from the `type` response property for the response status `200`
  - removed the `info` enum value from the `type` response property for the response status `200`
  - removed the `task` enum value from the `resourceType` response property for the response status `200`
  - removed the `task_assignee_changed` enum value from the `type` response property for the response status `200`
  - removed the `task_created` enum value from the `type` response property for the response status `200`
  - removed the `task_mention` enum value from the `type` response property for the response status `200`
  - removed the `task_overdue` enum value from the `type` response property for the response status `200`
  - removed the `task_status_changed` enum value from the `type` response property for the response status `200`
  - removed the `time_entry_created` enum value from the `type` response property for the response status `200`
  - removed the `workspace` enum value from the `resourceType` response property for the response status `200`
  - removed the `workspace_created` enum value from the `type` response property for the response status `200`
- **2026-07-11** `32cece1ebe43` — 4 breaking, 3 warning, 2 info
  - the response property `title` became nullable for the status `200`
  - the `createdAt` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - the `resourceType` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `type` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - added the new `due_date_reminder` enum value to the `type` response property for the response status `200`
  - added the new `task_mention` enum value to the `type` response property for the response status `200`
  - added the new `task_overdue` enum value to the `type` response property for the response status `200`
  - added the required property `eventData` to the response with the `200` status
  - added the required property `updatedAt` to the response with the `200` status
- **2026-03-05** `c45ef22a736c` — 1 breaking, 1 info
  - the response property `content` became nullable for the status `200`
  - response property `content` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2026-03-04** `298877d6a79a` — 3 breaking
  - response property `content` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - the `resourceType` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `type` response's property type/format changed from `string`/`` to ``/`` for status `200`
- **2026-02-21** `4b8811b821e6` — 3 breaking, 1 info
  - the response property `content` became nullable for the status `200`
  - the `resourceType` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `type` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - response property `content` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2026-01-11** `f6c7baa36924` — 3 breaking, 2 warning, 3 info
  - the response property `isRead` became optional for the status `200`
  - the response property `resourceId` became optional for the status `200`
  - the response property `resourceType` became optional for the status `200`
  - added the new `task` enum value to the `resourceType` response property for the response status `200`
  - added the new `workspace` enum value to the `resourceType` response property for the response status `200`
  - removed `subschema #1, subschema #2` from the `resourceType` response property `anyOf` list for the response status `200`
  - response property `isRead` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `resourceId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2025-12-14** `38f83a691e6a` — 2 breaking, 8 warning
  - the `resourceType/anyOf[subschema #1]/` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `type` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - added the new `info` enum value to the `type` response property for the response status `200`
  - added the new `task` enum value to the `resourceType/anyOf[subschema #1]/` response property for the response status `200`
  - added the new `task_assignee_changed` enum value to the `type` response property for the response status `200`
  - added the new `task_created` enum value to the `type` response property for the response status `200`
  - added the new `task_status_changed` enum value to the `type` response property for the response status `200`
  - added the new `time_entry_created` enum value to the `type` response property for the response status `200`
  - added the new `workspace` enum value to the `resourceType/anyOf[subschema #1]/` response property for the response status `200`
  - added the new `workspace_created` enum value to the `type` response property for the response status `200`
- **2025-12-11** `93b231773126` — 1 breaking, 9 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the required property `content` to the response with the `200` status
  - added the required property `createdAt` to the response with the `200` status
  - added the required property `id` to the response with the `200` status
  - added the required property `isRead` to the response with the `200` status
  - added the required property `resourceId` to the response with the `200` status
  - added the required property `resourceType` to the response with the `200` status
  - added the required property `title` to the response with the `200` status
  - added the required property `type` to the response with the `200` status
  - added the required property `userId` to the response with the `200` status

---

[Operation](https://skmtc.dev/usekaneo/apis/kaneo-api/docs/notification/:id/read/patch.md) · [API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [Page](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/notification/:id/read/patch)
