12 lines
361 B
YAML
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.
|