Skip to content

Commit 143d3ba

Browse files
committed
Reconcile Search code rate limit: match About search prose to the autogenerated endpoint value (10/min)
1 parent 86bc2ea commit 143d3ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 9 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 10 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)