GitHub v3 REST API

Enterprise Comment Stats

object
total_commit_commentsintegerrequired
total_gist_commentsintegerrequired
total_issue_commentsintegerrequired
total_pull_request_commentsintegerrequired
Example

enterprise-overview

object
reposobject
Show Child Parameters
hooksobject
Show Child Parameters
pagesobject
Show Child Parameters
orgsobject
Show Child Parameters
usersobject
Show Child Parameters
pullsobject
Show Child Parameters
issuesobject
Show Child Parameters
milestonesobject
Show Child Parameters
gistsobject
Show Child Parameters
commentsobject
Show Child Parameters
Example

enabled-organizations

string

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

allowed-actions

string

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

selected-actions-url

string

The API URL to use to get or set the actions that are allowed to run, when allowed_actions is set to selected.