File tree 1 file changed +5
-5
lines changed
docs/content/doc/features 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,24 +15,24 @@ menu:
15
15
16
16
# Webhooks
17
17
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:
21
21
22
- - Gitea
22
+ - Gitea (can also be a GET request)
23
23
- Gogs
24
24
- Slack
25
25
- Discord
26
26
- Dingtalk
27
27
- Telegram
28
28
- Microsoft Teams
29
+ - Feishu
29
30
30
31
### Event information
31
32
32
33
The following is an example of event information that will be sent by Gitea to
33
34
a Payload URL:
34
35
35
-
36
36
```
37
37
X-GitHub-Delivery: f6266f16-1bf3-46a5-9ea4-602e06ead473
38
38
X-GitHub-Event: push
You can’t perform that action at this time.
0 commit comments