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: src/content/docs/waf/tools/lists/lists-api/index.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,5 @@ Each operation (create, edit, or delete) on a list item counts as a modification
27
27
28
28
- You can make a maximum of 1,000,000 list item modifications in API requests over 12 hours.
29
29
- You can make a maximum of 30,000 API requests over 12 hours doing list item modifications.
30
+
31
+
If a write operation is still being processed — which happens asynchronously — and you submit a new request, you will receive a `429` HTTP status code. When this happens, submit your request again later.
0 commit comments