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
Copy file name to clipboardExpand all lines: content/v3/repos/hooks.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,9 @@ or the [PubSubHubbub API](#pubsubhubbub).
33
33
34
34
POST /repos/:owner/:repo/hooks
35
35
36
-
### Parameter
36
+
**Note**: Services other than the `web` service can have at most one hook configured for a repository. Creating hooks for a service that already has a hook configured will [update the existing hook](#edit-a-hook). The `web` service can have multiple hooks configured for a repository.
37
+
38
+
### Parameters
37
39
38
40
Name | Type | Description
39
41
-----|------|--------------
@@ -75,7 +77,7 @@ Here's how you can setup a hook that posts payloads in JSON format:
0 commit comments