document
v1

Update Document Note

put/api/v1/document/document-notes/{id}/

Path parameters

idstring required

A unique integer value identifying this document note.

Request body

notestring required

Example request

{
  "note": "note"
}

Response

notestring required

Example response

{
  "note": "note"
}

Changes