pub async fn update_document(
configuration: &Configuration,
collection_name: &str,
document_id: &str,
body: Value,
) -> Result<Value, Error<UpdateDocumentError>>Expand description
Update an individual document from a collection by using its ID. The update can be partial.