pub async fn code_scanning_slash_update_default_setup(
configuration: &Configuration,
owner: &str,
repo: &str,
code_scanning_default_setup_update: CodeScanningDefaultSetupUpdate,
) -> Result<Value, Error<CodeScanningSlashUpdateDefaultSetupError>>
Expand description
Updates a code scanning default setup configuration. OAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint with private or public repositories, or the public_repo
scope to use this endpoint with only public repositories.