Function code_scanning_slash_update_alert

Source
pub async fn code_scanning_slash_update_alert(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    alert_number: i32,
    code_scanning_update_alert_request: CodeScanningUpdateAlertRequest,
) -> Result<CodeScanningAlert, Error<CodeScanningSlashUpdateAlertError>>
Expand description

Updates the status of a single code scanning alert. OAuth app tokens and personal access tokens (classic) need the security_events scope to use this endpoint with private or public repositories, or the public_repo scope to use this endpoint with only public repositories.