NotesManager
May 27, 2026 ยท View on GitHub
Convert content to Box Note
Creates a Box Note (.boxnote file) from supported source content. See the content_format field for supported formats.
This operation is performed by calling function createNoteConvertV2026R0.
See the endpoint docs at API Reference.
try await client.notes.createNoteConvertV2026R0(requestBody: NotesConvertRequestBodyV2026R0(content: markdownContent, contentFormat: NotesConvertRequestBodyV2026R0ContentFormatField.markdown, parent: FolderReferenceV2026R0(id: "0"), name: noteName))
Arguments
- requestBody
NotesConvertRequestBodyV2026R0- Request body of createNoteConvertV2026R0 method
- headers
CreateNoteConvertV2026R0Headers- Headers of createNoteConvertV2026R0 method
Returns
This function returns a value of type NotesConvertResponseV2026R0.
The note was created successfully.