
A different way of patching for your api
If you ever tried to implement patching for your api, you imeditely run into confusion and lots of things that need to be considered come up. Things like validation, what if i need some properties to be always present, what messages should i send back to the caller. How to map all the patch properties to my model etc.