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.

Commit39753c6

Browse files
committed
Add explaination about webhooks vs services
1 parenta196bc2 commit39753c6

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 many webhooks installed but each webhook must have a unique combination of`url` and`events`. Attempting to create a duplicate webhook will return a`422`.
3941

4042
###Parameters
4143

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp