How to use PATCH within this template? Should you use PATCH within this framework? #1141
Unanswered
AndreasWRM
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I am working on a project following the Clean Architecture template. In the project, we want be able to use HTTP Patch, but in the template, there is no example of the use of PATCH, only PUT. I have searched the internet for examples for this, but without results. Using JSON Patch is a consideration, but the only examples of JSON Patch I can find are used in the context of the MVC pattern, and my understanding (which may be wrong - please correct me if I am) is that the MVC pattern is not part of the Clean Architecture template. I am also starting to wonder, whether the absence of PATCH in the template is deliberate, and that maybe it will be better practice to use on PUT-requests instead? I am new to dotnet and HTTP requests, so apologies if my questions are naïve. Thank you in advance for your help.
Andreas
Beta Was this translation helpful? Give feedback.
All reactions