code-security
Set a code security configuration as a default for an organization
Sets a code security configuration as a default to be applied to new repositories in your organization.
This configuration will be applied to the matching repository type (all, none, public, private and internal) by default when they are created.
The authenticated user must be an administrator or security manager for the organization to use this endpoint.
OAuth app tokens and personal access tokens (classic) need the write:org scope to use this endpoint.
put/orgs/{org}/code-security/configurations/{configuration_id}/defaults
Path parameters
orgstring required
The organization name. The name is not case sensitive.
configuration_idinteger required
The unique identifier of the code security configuration.
Request body
Response
Default successfully changed.