---
title: "Update contact note"
method: PATCH
path: "/v1/contact_notes/{id}"
tags: ["Contact Notes"]
---

# Update contact note

`PATCH /v1/contact_notes/{id}`

Updates an existing contact note. Only the note body can be updated.

**Updatable Attributes:**
- `body` (string) - The note content

Contact relationship cannot be changed after creation.

## Response `200`

Contact note updated successfully

## Other responses

- `401` — Unauthorized
- `404` — Contact note not found
- `422` — Invalid contact note data

---

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