Schema1.1.4
objectwebhook-config
Configuration object of the webhook
- Source
github-v3-rest.json- Revision
f5f067c1e6f6- Active snapshot
85e53e3d0d65
Webhook Configuration
objectConfiguration object of the webhook
content_type string
optionalThe media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.
insecure_ssl webhook-config-insecure-ssl
optionalsecret string
optionalIf provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/[email protected]/webhooks/event-payloads/#delivery-headers).
url string (uri)
optionalThe URL to which the payloads will be delivered.