webhook_config
Overview
Name | webhook_config |
Type | Resource |
Id | github.apps.webhook_config |
Fields
Name | Datatype | Description |
---|---|---|
content_type | string | The media type used to serialize the payloads. Supported values include json and form . The default is form . |
insecure_ssl | `` | |
secret | string | If provided, the secret will be used as the key to generate the HMAC hex digest value for delivery signature headers. |
url | string | The URL to which the payloads will be delivered. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_webhook_config_for_app | SELECT | Returns the webhook configuration for a GitHub App. For more information about configuring a webhook for your app, see "Creating a GitHub App." You must use a JWT to access this endpoint. | |
update_webhook_config_for_app | EXEC | Updates the webhook configuration for a GitHub App. For more information about configuring a webhook for your app, see "Creating a GitHub App." You must use a JWT to access this endpoint. |