diff options
author | Aidan Fitzgerald <aidan-fitz@users.noreply.github.com> | 2019-03-09 16:15:45 -0500 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-03-09 16:15:45 -0500 |
commit | f5cf9a8355c46fa5619c03465178b51171ac30b9 (patch) | |
tree | 0163eb48ca238b03612176817449133cb31e34cf /docs/content/doc/features/webhooks.en-us.md | |
parent | 8fffb0616866cfe7a293b457d8703724666374cb (diff) | |
download | gitea-f5cf9a8355c46fa5619c03465178b51171ac30b9.tar.gz gitea-f5cf9a8355c46fa5619c03465178b51171ac30b9.zip |
Copyedit docs (#6275)
Diffstat (limited to 'docs/content/doc/features/webhooks.en-us.md')
-rw-r--r-- | docs/content/doc/features/webhooks.en-us.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/content/doc/features/webhooks.en-us.md b/docs/content/doc/features/webhooks.en-us.md index 2220c1ef29..628afb7356 100644 --- a/docs/content/doc/features/webhooks.en-us.md +++ b/docs/content/doc/features/webhooks.en-us.md @@ -15,8 +15,8 @@ menu: # Webhooks -Gitea supports web hooks for repository events, this can be found in the settings -page(`/:username/:reponame/settings/hooks`). All event pushes are POST requests. +Gitea supports web hooks for repository events. This can be found in the settings +page `/:username/:reponame/settings/hooks`. All event pushes are POST requests. The two methods currently supported are Gitea and Slack. ### Event information @@ -26,8 +26,8 @@ a Payload URL: ``` -X-Github-Delivery: f6266f16-1bf3-46a5-9ea4-602e06ead473 -X-Github-Event: push +X-GitHub-Delivery: f6266f16-1bf3-46a5-9ea4-602e06ead473 +X-GitHub-Event: push X-Gogs-Delivery: f6266f16-1bf3-46a5-9ea4-602e06ead473 X-Gogs-Event: push X-Gitea-Delivery: f6266f16-1bf3-46a5-9ea4-602e06ead473 |