pub async fn patch_webhook(
configuration: &Configuration,
repo_ref: &str,
webhook_identifier: &str,
webhook_patch_input: WebhookPatchInput,
) -> Result<WebhookModel, Error<PatchWebhookError>>pub async fn patch_webhook(
configuration: &Configuration,
repo_ref: &str,
webhook_identifier: &str,
webhook_patch_input: WebhookPatchInput,
) -> Result<WebhookModel, Error<PatchWebhookError>>