v1

latestOpenAPI 3.0.32026-08-061810496.7 KB
Internal notes

Update internal note

put/api/1/notes/{Id}

Request body

Titlestring

The title of the note. Must not be greater than 255 characters.

Contentstring

The content of the note.

Example request

{
  "Title": "My first internal note",
  "Content": "This is an internal note attached to a secure space."
}