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
Response
Default successfully changed.