diegohaz / rest

REST API generator with Node.js, Express and Mongoose
MIT License
1.79k stars 312 forks source link

Patch methode -> change one field #251

Open Nesslax opened 3 years ago

Nesslax commented 3 years ago

Hello everyone,

I think it would be interesting to add a new feature to be able to edit one field at a time instead of changing the whole thing. there is a method called Patch to do that.

Do you think it's possible to add it to the project?