NoteDetailedTrait
The body of the note, returned when you write or retrieve a single note but never in a list.
- contentType: string | null
_plain _text requiredThe note body with all formatting removed, or
nullwhen the body is empty. Write the body as Markdown; it is stored as rich text and rendered in the Bonsai editor. Returned on single-note responses only, never in a list.