1
0
mirror of synced 2025-12-22 03:16:52 -05:00

[Shipping 10.23.20] add webhook config REST API (#16144)

* add webhook config REST API

* add versioning for dotcom/2.23+

* check for empty parameters with request bodies

* add latest rest-api-operation module

* Apply suggestions from code review

Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
This commit is contained in:
Rachael Sewell
2020-10-26 17:25:09 -07:00
committed by GitHub
parent 6c62a5920d
commit 13c33d4039
9 changed files with 30 additions and 13 deletions

View File

@@ -14,6 +14,9 @@ Now that we understand [the basics of webhooks][webhooks-overview], let's go thr
Creating a webhook is a two-step process. You'll first need to set up how you want your webhook to behave through {% data variables.product.product_name %}--what events should it listen to. After that, you'll set up your server to receive and manage the payload.
{% data reusables.webhooks.webhooks-rest-api-links %}
### Setting up a Webhook
You can install webhooks on an organization or on a specific repository.