An open API service indexing awesome lists of open source software.

https://github.com/liteobject/demo.webapi.patch


https://github.com/liteobject/demo.webapi.patch

api csharp restful

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Demo ASP.NET Web Api Patch
* Link to JsonPatchDocument.cs file: https://github.com/aspnet/JsonPatch/blob/master/src/Microsoft.AspNetCore.JsonPatch/JsonPatchDocument.cs
## This solution includes:
1. Example of PATCH endpoint implementation
2. Example of payload creation from client
3. API versioning and related swagger changes
4. Model validation
5. Example of custom payload for patch endpoint