Function apps_slash_suspend_installation

Source
pub async fn apps_slash_suspend_installation(
    configuration: &Configuration,
    installation_id: i32,
) -> Result<(), Error<AppsSlashSuspendInstallationError>>
Expand description

Suspends a GitHub App on a user, organization, or business account, which blocks the app from accessing the account’s resources. When a GitHub App is suspended, the app’s access to the GitHub API or webhook events is blocked for that account. You must use a JWT to access this endpoint.