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