pub async fn repos_slash_redeliver_webhook_delivery(
configuration: &Configuration,
owner: &str,
repo: &str,
hook_id: i32,
delivery_id: i32,
) -> Result<Value, Error<ReposSlashRedeliverWebhookDeliveryError>>Expand description
Redeliver a webhook delivery for a webhook configured in a repository.