pub async fn repos_slash_disable_private_vulnerability_reporting(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<(), Error<ReposSlashDisablePrivateVulnerabilityReportingError>>
Expand description
Disables private vulnerability reporting for a repository. The authenticated user must have admin access to the repository. For more information, see "Privately reporting a security vulnerability".