v1

latestOpenAPI 3.0.22026-07-17373198641.7 KB
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

notestring required
selectionsobject[]

Example request

{
  "note": "note",
  "selections": [
    "{}",
    "{}"
  ]
}

Response

notestring required
selectionsobject[]

Example response

{
  "note": "note",
  "selections": [
    "{}",
    "{}"
  ]
}