> ## Documentation Index
> Fetch the complete documentation index at: https://visaflo.ca/knowledge-base/llms.txt
> Use this file to discover all available pages before exploring further.

# Update a note

> Update content or title for one VisaFlo note.

`PATCH https://api.visaflo.app/api/public/note/:entityType/:entityId/:noteId`

```json theme={null}
{ "content": "Client confirmed the new appointment date." }
```

Send at least one of `content`, `description`, or `title`. For case notes, `content` updates the stored description. For lead and client notes, send an empty `title` to remove the title.
