ICosmosItem.patch(operations: readonly CosmosPatchOperation[]): Promise<CosmosItemResponse<Record<string, unknown>>>
Applies a patch to the document server-side.
operations: readonly CosmosPatchOperation[]
The set operations to apply
Promise<CosmosItemResponse<Record<string, unknown>>>
The patched document envelope