Document
Update Doc Properties
Updates the properties of an individual document in place. This call can be used to replace one or more properties with a new value. The update syntax is based on JSON Patch, though we currently support only the replace operation.
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The id of the DocSet containing the document to update.
The id of the document to update.
Body
application/json
A list of updates to a document that will be applied sequentially.
Was this page helpful?