We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b944a65 + 0d533ec commit 6c75ddaCopy full SHA for 6c75dda
docs/api-reference/rate-limits.mdx
@@ -46,7 +46,7 @@ To avoid hitting rate limits, you should monitor the rate limit headers in your
46
The `x-ratelimit-remaining` header shows how many requests you have left in the current window.
47
When this number gets low, you should reduce your request frequency or implement a backoff strategy.
48
49
-The `x-ratelimit-reset` header tells you when the rate limit window will reset, which can help you plan when to resume normal request rates. */}
+The `x-ratelimit-reset` header tells you when the rate limit window will reset, which can help you plan when to resume normal request rates.
50
51
### Use exponential backoff
52
0 commit comments