Rest API - Batch and Bulk Operations
Given this JSON payload sent in a PATCH request for batch update:
What does this payload represent?
[{"id":1,"status":"done"},{"id":2,"status":"pending"}]What does this payload represent?
