supermarket icon indicating copy to clipboard operation
supermarket copied to clipboard

return appropriate HTTP 4xx error when API request has items larger than item limit

Open robbkidd opened this issue 7 years ago • 0 comments

As discussed on #1543, API calls requesting more items than the item limit should probably receive an appropriate 4xx error with a message stating that the requested item count was invalid and what the valid range actually is. Current behavior—to return up to the item-limit number of items—leads to confusion by consumers.

robbkidd avatar Feb 15 '17 21:02 robbkidd