---
title: "Update an existing item by ID"
method: PUT
path: "/workspaces/notifications/{id}"
tags: ["Workspaces - Notifications"]
---

# Update an existing item by ID

`PUT /workspaces/notifications/{id}`

## Path parameters

- `id` string, required

## Request body

- Notification
  - `id` string
  - `userId` string
  - `workspaceId` string
  - `integration` unknown
  - `filters` NotificationFilter[]
    - unknown
  - `eventIds` string[]

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests

## Changes

- **2026-07-27** `4b624af2cb6e` — 2 warning, 2 info
  - added the new `MCP_USER_CONNECTED` enum value to the `eventIds/items/` response property for the response status `200`
  - added the new `MCP_USER_RECONNECTED` enum value to the `eventIds/items/` response property for the response status `200`
  - added the new `MCP_USER_CONNECTED` enum value to the request property `eventIds/items/`
  - added the new `MCP_USER_RECONNECTED` enum value to the request property `eventIds/items/`

[Change history](https://skmtc.dev/octoperf/apis/octoperf-api/changes/workspaces/notifications/:id/put.md)

---

[API](https://skmtc.dev/octoperf/apis/octoperf-api.md) · [All operations](https://skmtc.dev/octoperf/apis/octoperf-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/octoperf/octoperf-api/revisions/0dd39158a6ad/schema)
