Extend rest api to support PATCH
As a developer, I would like to update small number of properties in a complex form, without having to extract the whole form data. The current PUT method require writing complex logic to read the existing data, and properly merge the new data to ...