v56

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-011,4581,08113.3 MB
code-security

Set a code security configuration as a default for an enterprise

Sets a code security configuration as a default to be applied to new repositories in your enterprise.

This configuration will be applied by default to the matching repository type when created, but only for organizations within the enterprise that do not already have a default code security configuration set.

The authenticated user must be an administrator for the enterprise to use this endpoint.

OAuth app tokens and personal access tokens (classic) need the admin:enterprise scope to use this endpoint.

put/enterprises/{enterprise}/code-security/configurations/{configuration_id}/defaults

Path parameters

enterprisestring required

The slug version of the enterprise name.

configuration_idinteger required

The unique identifier of the code security configuration.

Request body

default_for_new_repos'all' | 'none' | 'private_and_internal' | 'public'

Specify which types of repository this security configuration should be applied to by default.

Response

Default successfully changed.

default_for_new_repos'all' | 'none' | 'private_and_internal' | 'public'

Specifies which types of repository this security configuration is applied to by default.