insanitywholesale / adopse-2021

Questionnaire creation platform written using C# .NET and React
GNU Affero General Public License v3.0
1 stars 0 forks source link

implement `PATCH` requests for updating resources #35

Open insanitywholesale opened 2 years ago

insanitywholesale commented 2 years ago

instead of piling things on top of PUT, use PATCH instead.

reference: https://andrewhalil.com/2020/12/13/handling-http-patch-requests-in-a-net-core-web-api/

insanitywholesale commented 2 years ago

https://docs.microsoft.com/en-us/aspnet/core/web-api/jsonpatch?view=aspnetcore-6.0