Github API - Test Config

POST /orgs/{org}/{security_product}/{enablement}
orgs

Enables or disables the specified security feature for all repositories in an organization.

To use this endpoint, you must be an organization owner or be member of a team with the security manager role.
A token with the 'write:org' scope is also required.

GitHub Apps must have the organization_administration:write permission to use this endpoint.

For more information, see "Managing security managers in your organization."
Enable or disable a security feature for an organization

Arguments
key org

org [scalar]

The organization name. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key security-product

security-product [scalar]

The security feature to enable or disable.

API:
Github Open API
(version: 1.1.4)

key org-security-product-enablement

org-security-product-enablement [scalar]

The action to take.

enable_all means to enable the specified security feature for all repositories in the organization.
disable_all means to disable the specified security feature for all repositories in the organization.

API:
Github Open API
(version: 1.1.4)

API:
Github Open API
(version: 1.1.4)