1

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

Is there any sample?

gregsdennis
  • 7,218
  • 3
  • 38
  • 71

1 Answers1

1

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

Steve Johnson
  • 8,057
  • 1
  • 6
  • 17