Json Patch in Asp.net core api with cosmos db

514 views Asked by At

Is it possible to use dotnet core api's HTTPPATCH / JSONPATCH with azure cosmos db?

Is there any sample?

1

There are 1 answers

0
Steve Johnson On

No, they are adding support for Patch API. You can track it here.https://github.com/Azure/azure-cosmos-dotnet-v3/pull/1616