Response
Get pages statistics
Response
200 application/json
Response
Get pull request statistics
Response
200 application/json
Response
Response
Enterprise Pull Request Stats
Get repository statistics
Response
200 application/json
Response
Response
Repository Enterprise Stats
Get users statistics
Response
200 application/json
Response
Response
Enterprise User Stats
Get GitHub Actions permissions for an enterprise
Gets the GitHub Actions permissions policy for organizations and allowed actions in an enterprise.
You must authenticate using an access token with the admin:enterprise
scope to use this endpoint.
Path Parameters
The slug version of the enterprise name. You can also substitute this value with the enterprise id.
Response
200 application/json
Response
Response
actions-enterprise-permissions
The policy that controls the organizations in the enterprise that are allowed to run GitHub Actions. Can be one of: all
, none
, or selected
.
Allowed values:allnoneselected
The API URL to use to get or set the selected organizations that are allowed to run GitHub Actions, when enabled_organizations
is set to selected
.
The permissions policy that controls the actions that are allowed to run. Can be one of: all
, local_only
, or selected
.
Allowed values:alllocal_onlyselected
The API URL to use to get or set the actions that are allowed to run, when allowed_actions
is set to selected
.