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: docs/Api/SlotsApi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,7 @@ Name | Type | Description | Notes
196
196
197
197
198
198
199
-
Adds or replaces the slots. This will override all existing slots for given date ranges. If a duplicate request (with the same address and payload) is received before the original request is processed, it will be rejected with a 429 Too Many Requests status code.
199
+
Adds or replaces the slots. This will override all existing slots for given date ranges. If a duplicate request (with the same address and payload) is received: * it will be rejected with a 429 \"Too Many Requests\" status code if the original request was not fully processed yet * it will be ignored with a 201 status code for 3 minutes after the original request finished processing
0 commit comments