Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commitdcae969

Browse files
committed
Merge pull request#421 from github/clarify-repo-hook-updating
Add explaination about webhooks vs services
2 parents56aa615 +adfa8fe commitdcae969

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎content/v3/repos/hooks.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ If you would like to set up a single webhook to receive events from all of your
3535

3636
POST /repos/:owner/:repo/hooks
3737

38-
**Note**: Repositories can have more than one webhook configured, but all other services can have at most one configuration. Creating hooks for a service that already has one configured will[update the existing hook](#edit-a-hook).
38+
**Note**: Repository service hooks (like email or Campfire) can have at most one configured at a time. Creating hooks for a service that already has one configured will[update the existing hook](#edit-a-hook).
39+
40+
Repositories can have multiple webhooks installed. Each webhook should have a unique`config`. Multiple webhooks can share the same`config` as long as those webhooks do not have any`events` that overlap.
3941

4042
###Parameters
4143

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp