Notes
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
docIdstringRequired
The document ID
docTypestringRequired
The document type
Body
idstringOptional
The unique ID of the Note. Ignored when creating notes
notestring · nullableOptional
The content of the Note
Responses
200
Details about the new Note
application/json
idstringOptional
The unique ID of the Note. Ignored when creating notes
notestring · nullableOptional
The content of the Note
400
Bad Request
application/json
401
Not Authorized
application/json
404
Not found
application/json
500
Unexpected error
application/json
post/notes
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
ID of the Note
Responses
200
Details about the note
application/json
idstringOptional
The unique ID of the Note. Ignored when creating notes
notestring · nullableOptional
The content of the Note
400
Bad Request
application/json
401
Not Authorized
application/json
404
Not found
application/json
500
Unexpected error
application/json
get/notes/{id}
Last updated
Was this helpful?

