Rest API - Batch and Bulk Operations
Consider this PATCH request payload:
What is the expected server behavior upon receiving this batch update?
[{"userId":10,"role":"admin"},{"userId":15,"role":"editor"}]What is the expected server behavior upon receiving this batch update?
