When I want to update multiple records through the API, I need to do a select with a filter first, and then call update on each of them (or build a request body with all of the records in there). It would be very useful if I could call the API's update endpoint with a filter, and just have the updated values as body.