Skip to content

Commit f512a4b

Browse files
authored
feat: Adjust API rate limit docs (supabase#40079)
1 parent 8a95c69 commit f512a4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/docs/docs/ref/api/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ All API requests must be authenticated and made over HTTPS.
2323

2424
## Rate limits
2525

26-
The rate limit for Management API is 60 requests per one minute per user, and applies cumulatively across all requests made with your personal access tokens.
26+
The rate limit for Management API is 120 requests per one minute per user, and applies cumulatively across all requests made with your personal access tokens.
2727

2828
If you exceed this limit, all Management API calls for the next minute will be blocked, resulting in a HTTP 429 response.
2929

apps/docs/docs/ref/api/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ hideTitle: true
4040

4141
## Rate limits
4242

43-
The rate limit for Management API is 60 requests per one minute per user, and applies cumulatively across all requests made with your personal access tokens.
43+
The rate limit for Management API is 120 requests per one minute per user, and applies cumulatively across all requests made with your personal access tokens.
4444

4545
If you exceed this limit, all Management API calls for the next minute will be blocked, resulting in a HTTP 429 response.
4646

0 commit comments

Comments
 (0)