document
v1
Fill in "self.action_message" attribute to use later to save Action.message (see dispatch method)
put/api/v1/document/document-notes/{id}/
Path parameters
idstring required
A unique integer value identifying this document note.
Request body
Example request
{
"note": "note",
"selections": [
"{}",
"{}"
]
}Response
Example response
{
"note": "note",
"selections": [
"{}",
"{}"
]
}