ICosmosItem.replace(body: Record<string, unknown>,options?: CosmosRequestOptions): Promise<CosmosItemResponse<Record<string, unknown>>>
Replaces the document wholesale.
optional
options: CosmosRequestOptions
Per-request options (the IfMatch guard)
Promise<CosmosItemResponse<Record<string, unknown>>>
The replaced document envelope