---
title: "Update internal note"
method: PUT
path: "/api/1/notes/{Id}"
tags: ["Internal notes"]
---

# Update internal note

`PUT /api/1/notes/{Id}`

## Request body

- object
  - `Title` string — The title of the note. Must not be greater than 255 characters.
  - `Content` string — The content of the note.

---

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