Github API - Test Config

POST /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins
repos

Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see GitHub's products in the GitHub Help documentation.

Adding admin enforcement requires admin or owner permissions to the repository and branch protection to be enabled.
Set admin branch protection

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key branch

branch [scalar]

The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use the GraphQL API.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json protected-branch-admin-enforced

protected-branch-admin-enforced [object]

Protected Branch Admin Enforced

Attributes
enabled boolean

url string

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)