1
0
mirror of synced 2026-01-22 09:02:55 -05:00
Files
docs/content/rest/overview/endpoints-available-for-github-apps.md
Zeke Sikelianos 03e728f184 fix endpoints-available-for-github-apps page (#15933)
* fix endpoints-available-for-github-apps page

* lint
2020-10-08 14:11:43 -07:00

1.1 KiB

title, intro, redirect_from, versions
title intro redirect_from versions
Endpoints available for GitHub Apps Your app can make requests to the following REST endpoints.
/v3/apps/available-endpoints
/rest/reference/endpoints-available-for-github-apps
free-pro-team enterprise-server
* *

You must use an installation access token to access endpoints using your {% data variables.product.prodname_github_app %}. For more information, see "Authenticating with {% data variables.product.prodname_github_apps %}."

{% for thing in rest.operationsEnabledForGitHubApps[currentVersion] %} {% assign category = thing[0] %} {% assign operations = thing[1] %} {% if operations.size > 0 %}

{{ category }}

{% endif %} {% endfor %}