Sync changes from upstream repository · bitcoinapi/developer.github.com@f00d496 · GitHub
Skip to content

Commit f00d496

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent a9d4753 commit f00d496

5 files changed

Lines changed: 48 additions & 1 deletion

File tree

Lines changed: 42 additions & 0 deletions

content/webhooks/testing/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ view provides some tooling for testing your deployed payloads.
1616
## Listing recent deliveries
1717

1818
Every webhook has its own "Recent Deliveries" section, which lists, at a glance
19-
whether a deployment was successful (green dot) or failed (red dot).
19+
whether a deployment was successful (green check) or failed (red x).
2020

2121
![Recent Deliveries view](/images/webhooks_recent_deliveries.png)
2222

@@ -33,8 +33,12 @@ both the HTTP Request and Response.
3333
The webhook delivery view provides information on which Headers were sent by GitHub.
3434
It also includes details about the JSON payload.
3535

36+
![Viewing a payload request](/images/payload_request_tab.png)
37+
3638
### Response
3739

3840
The response tab lists how your server replied once it received the payload from
3941
GitHub. This includes the status code, the headers, and any additional data
4042
within the response body.
43+
44+
![Viewing a payload response](/images/payload_response_tab.png)

layouts/guides.html

Lines changed: 1 addition & 0 deletions
56.9 KB
Loading
129 KB
Loading

0 commit comments

Comments
 (0)