1
0
mirror of synced 2025-12-23 21:07:12 -05:00

add description about code search rate limit (#37447)

This commit is contained in:
Sarah Edwards
2023-06-02 12:37:09 -07:00
committed by GitHub
parent f8c5495a40
commit 90d5e0db80

View File

@@ -21,7 +21,9 @@ The REST API for searching items has a custom rate limit that is separate from t
* The `core` object provides your rate limit status for all non-search-related resources in the REST API.
* The `search` object provides your rate limit status for the REST API for searching.
* The `search` object provides your rate limit status for the REST API for searching (excluding code searches). For more information, see "[AUTOTITLE](/rest/search)."
* The `code_search` object provides your rate limit status for the REST API for searching code. For more information, see "[AUTOTITLE](/rest/search#search-code)."
* The `graphql` object provides your rate limit status for the GraphQL API.