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.
Documentation Index
Fetch the complete documentation index at: https://docs.aryn.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.