Update create-and-manage-webhooks.md (#4904)

This commit is contained in:
Wang Jie 2017-10-12 23:36:07 +08:00 committed by John Mulhausen
parent 2082ba7517
commit f3736fe93b
1 changed files with 4 additions and 4 deletions

View File

@ -10,13 +10,13 @@ lets you build complex CI and CD pipelines with your Docker images.
## Create a webhook
To create a webhook, navigate to the **repository details** page, choose
the **webhooks** tab, and click **New Webhook**.
the **Webhooks** tab, and click **New Webhook**.
![](../images/manage-webhooks-1.png){: .with-border}
Select the event that will trigger the webhook, and set the url to send
information about the event. Once everything is set up, click **test** for
DTR to send a JSON payload to the url you set up, so that you can validate
Select the event that will trigger the webhook, and set the URL to send
information about the event. Once everything is set up, click **Test** for
DTR to send a JSON payload to the URL you set up, so that you can validate
that the integration is working. You'll get an event that looks like this:
```