2025-09-18 13:02:56 +02:00

12 lines
361 B
YAML

type: object
properties:
enabled:
type: boolean
example: true
description: Indicates whether webhooks are enabled or disabled.
url:
type: string
format: uri
example: 'https://example.com/webhook'
description: The URL to which webhooks will be sent. This is only mandatory if webhooks are enabled.