Skip to content

Commit ee2dd75

Browse files
Adjust rate limit for Search code endpoint (#56942)
Co-authored-by: MikaelaMcGrath <mikaelamcgrath@github.com>
1 parent 2162ee3 commit ee2dd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/rest/search/search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Unless another sort option is provided as a query parameter, results are sorted
3131
{% data reusables.enterprise.rate_limit %}
3232

3333
The REST API has a custom rate limit for searching. For authenticated requests, you can make up to
34-
30 requests per minute{% ifversion fpt or ghec %} for all search endpoints except for the [Search code](/rest/search/search#search-code) endpoint. The [Search code](/rest/search/search#search-code) endpoint requires you to authenticate and limits you to 10 requests per minute{% endif %}. For unauthenticated requests, the rate limit allows you to make up to 10 requests per minute.
34+
30 requests per minute{% ifversion fpt or ghec %} for all search endpoints except for the [Search code](/rest/search/search#search-code) endpoint. The [Search code](/rest/search/search#search-code) endpoint requires you to authenticate and limits you to 9 requests per minute{% endif %}. For unauthenticated requests, the rate limit allows you to make up to 10 requests per minute.
3535

3636
For information about how to determine your current rate limit status, see [Rate Limit](/rest/rate-limit/rate-limit).
3737

0 commit comments

Comments
 (0)