pub async fn post_webhook(
configuration: &Configuration,
repo_ref: &str,
webhook_create_input: WebhookCreateInput,
) -> Result<WebhookModel, Error<PostWebhookError>>pub async fn post_webhook(
configuration: &Configuration,
repo_ref: &str,
webhook_create_input: WebhookCreateInput,
) -> Result<WebhookModel, Error<PostWebhookError>>