Skip to content

Commit 1d0c5da

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent a34cf3c commit 1d0c5da

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/v3/repos/hooks.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ or the [PubSubHubbub API](#pubsubhubbub).
3333

3434
POST /repos/:owner/:repo/hooks
3535

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
3739

3840
Name | Type | Description
3941
-----|------|--------------
@@ -75,7 +77,7 @@ Here's how you can setup a hook that posts payloads in JSON format:
7577

7678
PATCH /repos/:owner/:repo/hooks/:id
7779

78-
### Parameter
80+
### Parameters
7981

8082
Name | Type | Description
8183
-----|------|--------------

0 commit comments

Comments
 (0)