Update/Delete members of a collection #1102
Unanswered
Supernectar
asked this question in
Ideas
Replies: 1 comment 1 reply
-
OData and the idea of "REST" full web services have long had the idea that the "right way" to do an OData controller is to use a pattern that patten make for a nice match of the http protocol to the logical CRUD operations on a data store. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, according to the OData documentation, we should be able to use a $filter and $each parameter in the route in conjunction with the DELETE method (as well as the PATCH method) http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_DeleteMembersofaCollection. I couldn't find anything related to this feature in this repo, is this a planned feature for the near future?
Beta Was this translation helpful? Give feedback.
All reactions