Base solution for your next web application
Open Closed

HTTP PATCH example? #3958


User avatar
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)
  • User Avatar
    0
    mysterio21troy created

    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>