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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The id of the DocSet containing the document to update.
The id of the document to update.
A list of updates to a document that will be applied sequentially.