You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/burger-api/README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,12 +58,9 @@ You can view the complete API documentation by opening the [Swagger Editor](http
58
58
59
59
### Order Limits
60
60
61
-
A user can have a maximum of **5 active orders** (status: `pending` or `in-preparation`) at a time. If you try to place more, the API will return:
61
+
A user can have a maximum of **5 active orders** (status: `pending` or `in-preparation`) at a time. Additionally, a single order cannot exceed **50 burgers** in total across all items.
62
62
63
-
- HTTP 429 Too Many Requests
64
-
- Body: `{ "error": "Too many active orders: limit is 5 per user" }`
0 commit comments