I am looking the following Content-Type
in ASP.Net Core that is used when patching an entity:
application/json-patch+json
There is the class MediaTypeNames
as answered in this SO question but it does not have the patch option.
I am looking the following Content-Type
in ASP.Net Core that is used when patching an entity:
application/json-patch+json
There is the class MediaTypeNames
as answered in this SO question but it does not have the patch option.