https://github.com/liteobject/demo.webapi.patch
https://github.com/liteobject/demo.webapi.patch
api csharp restful
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/liteobject/demo.webapi.patch
- Owner: LiteObject
- Created: 2021-07-22T18:58:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T19:44:30.000Z (about 3 years ago)
- Last Synced: 2024-12-29T18:22:18.740Z (over 1 year ago)
- Topics: api, csharp, restful
- Language: C#
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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