---
title: "Update a note"
method: PATCH
path: "/crm/notes/{id}"
tags: ["Notes"]
---

# Update a note

`PATCH /crm/notes/{id}`

## Path parameters

- `id` string, required

## Request body

- NoteData — Note data to be saved
  - `text` string, required — Text content of a note
  - `contactIds` integer[] — Contact Ids linked to a note
  - `dealIds` string[] — Deal Ids linked to a note
  - `companyIds` string[] — Company Ids linked to a note

## Response `204`

Note updated successfully

## Other responses

- `400` — Returned when invalid data posted
- `404` — Returned when item not found
- `415` — Format is not supported

---

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