You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: content/v3/repos/hooks.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,9 @@ If you would like to set up a single webhook to receive events from all of your
35
35
36
36
POST /repos/:owner/:repo/hooks
37
37
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.