---
title: "Update Annotation"
method: PATCH
path: "/data/v1/annotations/{ANNOTATION_ID}"
tags: ["Annotations"]
---

# Update Annotation

`PATCH /data/v1/annotations/{ANNOTATION_ID}`

Updates an existing annotation.

## Path parameters

- `ANNOTATION_ID` string, uuid, required

## Request body

- AnnotationInput
  - `note` string, required — The annotation note content
  - `date` integer, required — Datetime when the annotation applies (Unix timestamp)
  - `sub_property_id` string — Customer-defined sub-property identifier

## Response `200`

OK

- AnnotationResponse
  - `data` Annotation, required
    - `id` string, uuid, required — Unique identifier for the annotation
    - `note` string, required — The annotation note content
    - `date` string, date-time, required — Datetime when the annotation applies
    - `sub_property_id` string, nullable — Customer-defined sub-property identifier

---

[API](https://skmtc.net/muxinc/apis/mux-api.md) · [All operations](https://skmtc.net/muxinc/apis/mux-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/muxinc/mux-api/revisions/34a65dce0f31/schema)
