installations
Overview
Name | installations |
Type | Resource |
Id | github.apps.installations |
Fields
Name | Datatype |
---|---|
installations | array |
total_count | integer |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_installations_for_authenticated_user | SELECT | Lists installations of your GitHub App that the authenticated user has explicit permission (:read , :write , or :admin ) to access.You must use a user access token, created for a user who has authorized your GitHub App, to access this endpoint. The authenticated user has explicit permission to access repositories they own, repositories where they are a collaborator, and repositories that they can access through an organization membership. You can find the permissions for the installation under the permissions key. | |
revoke_installation_access_token | EXEC | Revokes the installation token you're using to authenticate as an installation and access this endpoint. Once an installation token is revoked, the token is invalidated and cannot be used. Other endpoints that require the revoked installation token must have a new installation token to work. You can create a new token using the "Create an installation access token for an app" endpoint. You must use an installation access token to access this endpoint. |