v1

latestOpenAPI 3.0.32026-08-061810496.7 KB
Internal notes

Create internal note

post/api/1/folders/{userFolder}/notes

Request body

Titlestring required

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

Contentstring required

The content of the note.

Example request

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