In Restful architectures, it's common to have a PATCH endpoint to /resources/id, to update a single document/entity. Do you think it's a bad practice to have a route to PATCH on /resources to update multiple documents/entities.
Asked
Active
Viewed 80 times
1
-
Possible duplicate of [REST updating multiple resources](http://stackoverflow.com/questions/11872923/rest-updating-multiple-resources) – Piotr Dawidiuk Mar 06 '17 at 19:08