---
title: "Update an Event Annotation"
method: PATCH
path: "/event_annotations/{id}"
tags: ["Event Annotations"]
---

# Update an Event Annotation

`PATCH /event_annotations/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateEventAnnotationRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `attributes` UpdateEventAnnotationRequestAttributes, required
    - `minutesOccupied` integer
    - `notes` string
    - `tags` string[]

## Response `200`

OK

- UpdateEventAnnotationResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` EventAnnotation, required
    - `attributes` EventAnnotationAttributes, required
      - `creator` ExpandableUserAttributes, required
        - `attributes` UserAttributes
          - `email` string, required
          - `name` string, required
        - `id` string, required
      - `event` ExpandableEventAttributes, required
        - `attributes` EventAttributes
          - `attributes` object, required
          - `kind` string, required
          - `occurredAt` string, date-time, required
          - `projections` EventProjection[], required
            - `attributes` EventProjectionAttributes, required
              - …
            - `id` string, required
          - `provider` string, required
          - `providerSource` string, required
          - `providerSubjectRef` string, required
          - `receivedAt` string, date-time, required
          - `subjectKind` string, required
        - `id` string, required
      - `minutesOccupied` integer, required
      - `notes` string, required
      - `tags` string[], required
    - `id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

## Changes

- **2026-07-03** (v1) `56dc20e458b2` — 3 breaking, 2 warning, 8 info
  - removed the required property `data/attributes/event/attributes/description` from the response with the `200` status
  - removed the required property `data/attributes/event/attributes/timestamp` from the response with the `200` status
  - removed the required property `data/attributes/event/attributes/title` from the response with the `200` status
  - removed the optional property `data/attributes/event/attributes/alert_id` from the response with the `200` status
  - …9 more
- **2026-06-24** (v1) `eb0846e58abc` — 8 breaking, 5 info
  - removed the required property `data/attributes/event/attributes/attributes` from the response with the `200` status
  - removed the required property `data/attributes/event/attributes/occurredAt` from the response with the `200` status
  - removed the required property `data/attributes/event/attributes/projections` from the response with the `200` status
  - removed the required property `data/attributes/event/attributes/provider` from the response with the `200` status
  - …9 more

[Change history](https://skmtc.dev/rezible/apis/rezible-api/changes/event_annotations/:id/patch.md)

---

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