Skip to content

Commit ae6cd67

Browse files
authored
Merge pull request #11533 from steffen/patch-2
Add `webhook_active` to GitHub App configuration parameters
2 parents 0409fca + 2f1b062 commit ae6cd67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ The complete list of available query parameters, permissions, and events is list
5757
`setup_url` | `string` | The full URL to redirect to after someone installs the {% data variables.product.prodname_github_app %} if the app requires additional setup after installation.
5858
`setup_on_update` | `boolean` | Set to `true` to redirect people to the setup URL when installations have been updated, for example, after repositories are added or removed.
5959
`public` | `boolean` | Set to `true` when your {% data variables.product.prodname_github_app %} is available to the public or `false` when it is only accessible to the owner of the app.
60+
`webhook_active` | `boolean` | Set to `false` to disable webhook. Webhook is enabled by default.
6061
`webhook_url` | `string` | The full URL that you would like to send webhook event payloads to.
6162
{% ifversion ghes < 3.2 or ghae %}`webhook_secret` | `string` | You can specify a secret to secure your webhooks. See "[Securing your webhooks](/webhooks/securing/)" for more details.
6263
{% endif %}`events` | `array of strings` | Webhook events. Some webhook events require `read` or `write` permissions for a resource before you can select the event when registering a new {% data variables.product.prodname_github_app %}. See the "[{% data variables.product.prodname_github_app %} webhook events](#github-app-webhook-events)" section for available events and their required permissions. You can select multiple events in a query string. For example, `events[]=public&events[]=label`.

0 commit comments

Comments
 (0)