1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Remove hardcoded links from GHEC docs to FPT GraphQL docs (#28973)

This commit is contained in:
Sarah Edwards
2022-07-12 09:54:51 -07:00
committed by GitHub
parent 4e579a1e10
commit 28deb383b4
22 changed files with 41 additions and 32 deletions

View File

@@ -158,7 +158,7 @@ Because user-level permissions are granted on an individual user basis, you can
## User-to-server requests
While most of your API interaction should occur using your server-to-server installation access tokens, certain endpoints allow you to perform actions via the API using a user access token. Your app can make the following requests using [GraphQL]({% ifversion ghec %}/free-pro-team@latest{% endif %}/graphql) or [REST](/rest) endpoints.
While most of your API interaction should occur using your server-to-server installation access tokens, certain endpoints allow you to perform actions via the API using a user access token. Your app can make the following requests using [GraphQL](/graphql) or [REST](/rest) endpoints.
### Supported endpoints

View File

@@ -82,4 +82,4 @@ The rate limits for user-to-server requests made by {% data variables.product.pr
## Further reading
- "[Rate limiting](/rest/overview/resources-in-the-rest-api#rate-limiting)" in the REST API documentation
- "[Resource limitations]({% ifversion ghec %}/free-pro-team@latest{% endif %}/graphql/overview/resource-limitations)" in the GraphQL API documentation
- "[Resource limitations](/graphql/overview/resource-limitations)" in the GraphQL API documentation