Sample - GitHub REST API
PUT/enterprises/{enterprise}/code-security/configurations/{configuration_id}/defaults

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.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

2 parameters · 1 body field
enterprisestringrequired
The slug version of the enterprise name.
configuration_idintegerrequired
The unique identifier of the code security configuration.
default_for_new_reposstringoptional
Specify which types of repository this security configuration should be applied to by default.
Allowed:allnoneprivate_and_internalpublic

3 status codes
200Default successfully changed.
default_for_new_reposstringoptional
Specifies which types of repository this security configuration is applied to by default.
Allowed:allnoneprivate_and_internalpublic
configurationobjectoptional
A code security configuration
403Forbidden
messagestringoptional
documentation_urlstringoptional
urlstringoptional
statusstringoptional
404Resource not found
messagestringoptional
documentation_urlstringoptional
urlstringoptional
statusstringoptional

Error handling

A 403 is returned: Forbidden. A 404 is returned: Resource not found.