Function webhook_service_update_webhook

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