From 8f7746acd2920ddba72645e8704f5aa442323dca Mon Sep 17 00:00:00 2001 From: L-Hudson <44844738+L-Hudson@users.noreply.github.com> Date: Fri, 7 Dec 2018 08:36:46 -0500 Subject: [PATCH] Update webhooks.md edits ~~ various --- docker-hub/webhooks.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docker-hub/webhooks.md b/docker-hub/webhooks.md index 590e1c94c2..4c9cab3e43 100644 --- a/docker-hub/webhooks.md +++ b/docker-hub/webhooks.md @@ -4,27 +4,27 @@ keywords: Docker, webhookds, hub, builds title: Docker Hub Webhooks --- -You can use Webhooks to cause an action in another service in response to a push event in the repository. Webhooks are POST requests sent to a URL you define in Docker Hub. +You can use webhooks to cause an action in another service in response to a push event in the repository. Webhooks are POST requests sent to a URL you define in Docker Hub. -Configure Webhooks via the "Webhooks" tab on your Docker Hub repository: +Configure webhooks through the "Webhooks" tab on your Docker Hub repository: ![Webhooks Page](images/webhooks-empty.png) ### Creating Webhooks -To create a Webhook, visit the Webhooks tab for your repository. Then: -1. Provide a name for the Webhooks -2. Provide a destination Webhook URL. This is where webhook POST requests will be delivered: +To create a webhook, visit the webhooks tab for your repository. Then: +1. Provide a name for the webhooks +2. Provide a destination webhook URL. This is where webhook POST requests will be delivered: ![Webhooks Create](images/webhooks-create.png) ### Viewing Webhook Delivery History -You can view Webhook Delivery History by clicking on the submenu of the Webhook and then clicking "View History" +You can view Webhook Delivery History by clicking on the submenu of the webhook and then clicking "View History" ![Webhooks View History](images/webhooks-submenu.png) -You can then view the delivery history, and wether delivering the POST request was successful or failed: +You can then view the delivery history, and whether delivering the POST request was successful or failed: ![Webhooks History](images/webhooks-history.png) @@ -65,7 +65,7 @@ Docker Hub Webhook payloads have the following payload JSON format: } ``` -### Validating a Webhook callback +### Validating a webhook callback To validate a callback in a webhook chain, you need to