---
title: "Update Note"
method: PATCH
path: "/notes"
tags: ["Notes"]
---

# Update Note

`PATCH /notes`

Update a customer note by its identifier. Rate limit: 60 requests per minute per organization.

## Request body

- UpdatePublicNoteDto
  - `id` string, required — Unique identifier of the note to update
  - `note` string, required — Updated text content of the note

## Response `201`

Note updated successfully

- PublicNoteResponseDto
  - `id` string — Unique identifier of the note
  - `note` string — Text content of the note
  - `createdBy` string — Name of the user who created the note
  - `updatedBy` string — Name of the user who last updated the note
  - `dateCreated` string, date-time — Timestamp when the note was created
  - `dateUpdated` string, date-time — Timestamp when the note was last updated

## Other responses

- `400` — Incorrect payload
- `401` — Unauthorized
- `404` — Note not found

---

[API](https://skmtc.net/doubletick/apis/doubletick-public-apis.md) · [All operations](https://skmtc.net/doubletick/apis/doubletick-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/doubletick/doubletick-public-apis/versions/bba484527d34/schema)
