pub async fn apps_slash_unsuspend_installation(
configuration: &Configuration,
installation_id: i32,
) -> Result<(), Error<AppsSlashUnsuspendInstallationError>>
Expand description
Removes a GitHub App installation suspension. You must use a JWT to access this endpoint.