documents
Update a document
Update an individual document from a collection by using its ID. The update can be partial.
patch/collections/{collectionName}/documents/{documentId}
Path parameters
collectionNamestring required
The name of the collection to search for the document under
documentIdstring required
The Document ID
Query parameters
dirty_values'coerce_or_reject' | 'coerce_or_drop' | 'drop' | 'reject'
Dealing with Dirty Data
Request body
object required
Can be any key-value pair
Response
The document referenced by the ID was updated
object required
Can be any key-value pair