DocumentDB supports replacing JSON documents using the ReplaceDocumentAsync method of the DocumentClient class.
ReplaceDocumentAsync
DocumentClient
await client.ReplaceDocumentAsync(UriFactory.CreateDocumentUri(databaseName, collectionName, familyName), updatedFamily);