On my project, we use PUT to update entities and we would like to use this library to generate new routes.
Is it possible to add a method which would use a PUT routes in the CrudController.
As a side question, why did you chose to use PATCH routes to update entities over PUT ?
On my project, we use
PUTto update entities and we would like to use this library to generate new routes.Is it possible to add a method which would use a
PUTroutes in theCrudController.As a side question, why did you chose to use
PATCHroutes to update entities overPUT?