> ## Documentation Index
> Fetch the complete documentation index at: https://veridical-dev.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhook Azure

> Azure DevOps PR webhook (created/updated).



## OpenAPI

````yaml /openapi.json post /webhook/azure
openapi: 3.1.0
info:
  title: Veridical API
  version: 1.0.0
servers:
  - url: https://api.veridical.dev
security: []
paths:
  /webhook/azure:
    post:
      summary: Webhook Azure
      description: Azure DevOps PR webhook (created/updated).
      operationId: webhook_azure_webhook_azure_post
      responses:
        '200':
          content:
            application/json:
              schema: {}
          description: Successful Response
      security: []

````