0
fguo created
I need a "Patch" service method. It should work for updating any column of a table. Do you have an example to show how to make such API?
Thanks,
1 Answer(s)
-
0
You can do this in aspnetcore using JsonPatchDocument
<a class="postlink" href="http://benfoster.io/blog/aspnet-core-json-patch-partial-api-updates">http://benfoster.io/blog/aspnet-core-js ... pi-updates</a>