Skip to main content

webhook_config

Overview

Namewebhook_config
TypeResource
Idgithub.apps.webhook_config

Fields

NameDatatypeDescription
content_typestringThe media type used to serialize the payloads. Supported values include json and form. The default is form.
insecure_ssl``
secretstringIf provided, the secret will be used as the key to generate the HMAC hex digest value for delivery signature headers.
urlstringThe URL to which the payloads will be delivered.

Methods

NameAccessible byRequired ParamsDescription
get_webhook_config_for_appSELECTReturns 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_appEXECUpdates 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.