Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Body
Unique identifier of the project that the note is associated with.
The note's title.
Maximum length:
200Example:
"My First Note"
The note's fields.
The initial content of the note, which may include plain text or HTML content.
Maximum length:
100000Example:
"This is my new note that will talk about the key learnings of the interview."
Response
201