pub fn webhook_service_update_webhook(
configuration: &Configuration,
webhook_id: i32,
webhook: WebhookServiceUpdateWebhookRequest,
) -> Result<V1Webhook, Error<WebhookServiceUpdateWebhookError>>
pub fn webhook_service_update_webhook(
configuration: &Configuration,
webhook_id: i32,
webhook: WebhookServiceUpdateWebhookRequest,
) -> Result<V1Webhook, Error<WebhookServiceUpdateWebhookError>>