1
0
mirror of synced 2026-01-03 15:05:54 -05:00
Files
docs/content/rest/overview/permissions-required-for-github-apps.md
2023-08-10 19:12:43 +00:00

27 lines
1.2 KiB
Markdown

---
title: Permissions required for GitHub Apps
intro: 'These are the permissions required for a {% data variables.product.prodname_github_app %} to use each REST API endpoint that works with {% data variables.product.prodname_github_apps %}.'
redirect_from:
- /v3/apps/permissions
- /rest/reference/permissions-required-for-github-apps
versions:
fpt: '*'
ghes: '*'
ghae: '*'
ghec: '*'
topics:
- API
shortTitle: Permissions for GitHub Apps
autogenerated: github-apps
---
## About {% data variables.product.prodname_github_app %} permissions
{% data variables.product.prodname_github_apps %} are created with a set of permissions. Permissions define what resources the {% data variables.product.prodname_github_app %} can access via the API. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/setting-permissions-for-github-apps)."
{% data reusables.rest-api.permission-header %}
Some endpoints require additional permissions. When this is the case, the "Additional permissions" column will indicate the other permissions that are required to use the endpoint.
<!-- The content of this page is rendered as a NextJS page component. -->