Skip to main content
Schema1.1.4object

webhook-config

Configuration object of the webhook

Source
github-v3-rest.json
Revision
f5f067c1e6f6
Active snapshot
85e53e3d0d65

Webhook Configuration

object

Configuration object of the webhook

content_type string
optional

The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.

secret string
optional

If 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)
optional

The URL to which the payloads will be delivered.