Create a note
POST /note
POST
/note
Creates a new note. The content field supports Markdown. Optionally, add a !tag to categorize your note — e.g. !work or !ideas.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
content
required
The note content. Supports Markdown. Optionally, add a !tag to categorize your note — e.g. !work or !ideas.
string
Example
{ "content": "## Shopping list\n\n- Milk\n- Eggs"}Responses
Section titled “ Responses ”Note created successfully.
The request was malformed or missing required fields.
Missing or invalid Personal Access Token.