---
title: "Update Note"
method: PATCH
path: "/v1/notes/{id}"
---

# Update Note

`PATCH /v1/notes/{id}`

This API endpoint updates a specific note.  <br> This PATCH request will only update the fields you specify, leaving the rest as they were.

## Path parameters

- `id` string, required

## Request body

- object
  - `title` string — The note’s title. This field does not support formatting or newlines.
  - `content` string — The note’s content. This must be valid HTML.

## Response `200`

200

- object
  - `content` string
  - `createdAt` string
  - `creatorId` string
  - `entityId` string
  - `entityType` string
  - `id` string
  - `object` string
  - `title` string
  - `updatedAt` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/assembly/apis/core-resources.md) · [All operations](https://skmtc.net/assembly/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assembly/core-resources/versions/28a9e7d13a8c/schema)
