Skip to content

Commit cadb482

Browse files
committed
Add clarity to webhook docs
1 parent 1fa71fa commit cadb482

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/content/doc/features/webhooks.en-us.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@ menu:
1515

1616
# Webhooks
1717

18-
Gitea supports web hooks for repository events. This can be found in the settings
19-
page `/:username/:reponame/settings/hooks`. All event pushes are POST requests.
20-
The methods currently supported are:
18+
Gitea supports web hooks for repository events. This can be configured in the settings
19+
page `/:username/:reponame/settings/hooks` by a repository admin. Webhooks can also be configured on a per-organization and whole system basis.
20+
All event pushes are POST requests. The methods currently supported are:
2121

22-
- Gitea
22+
- Gitea (can also be a GET request)
2323
- Gogs
2424
- Slack
2525
- Discord
2626
- Dingtalk
2727
- Telegram
2828
- Microsoft Teams
29+
- Feishu
2930

3031
### Event information
3132

3233
The following is an example of event information that will be sent by Gitea to
3334
a Payload URL:
3435

35-
3636
```
3737
X-GitHub-Delivery: f6266f16-1bf3-46a5-9ea4-602e06ead473
3838
X-GitHub-Event: push

0 commit comments

Comments
 (0)