Skip to content

Commit 7983c67

Browse files
author
Hubot
committed
Merge pull request github#666 from github/update-1418242505
2 parents 8a5b6c3 + abe7d2a commit 7983c67

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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)