API Specification
Notes
Create, read, update, delete, rename, and move notes
postCreate Note
Creates a new note in the specified bucket, optionally under a parent folder.
postCreate Note from Markdown
Creates a new note from markdown content, optionally creating folders along the specified path.
postDelete Note
Deletes a note, its comments, and its associated upload folder.
postGet Note
Retrieves the content of a note by its upload ID.
postMove Note
Moves a note to a different parent folder.
postRename Note
Renames a note and regenerates its slug.
postUpdate Note
Replaces the content of an existing note.