REST API – Bulk Create or Update in single request [closed]
I think that you could use a POST or PATCH method to handle this since they typically design for this. Using a POST method is typically used to add an element when used on list resource but you can also support several actions for this method. See this answer: Update an entire resource collection in … Read more