Function webhook_service_create_webhook

Source
pub fn webhook_service_create_webhook(
    configuration: &Configuration,
    body: V1CreateWebhookRequest,
) -> Result<V1Webhook, Error<WebhookServiceCreateWebhookError>>