Skip to content

Commit de1323b

Browse files
Hubotgjtorikian
authored andcommitted
Sync changes from upstream repository
1 parent b660af5 commit de1323b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/v3/repos/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Repositories can have multiple webhooks installed. Each webhook should have a un
4343

4444
Name | Type | Description
4545
-----|------|--------------
46-
`name`|`string` | **Required**. The name of the service that is being called. (See <a href='https://api.github.com/hooks' data-proofer-ignore>/hooks</a> for the list of valid hook names.)
46+
`name`|`string` | **Required**. Use `web` for a webhook or use the name of a valid service. (See <a href='https://api.github.com/hooks' data-proofer-ignore>/hooks</a> for the list of valid service names.)
4747
`config`|`object` | **Required**. Key/value pairs to provide settings for this hook. These settings vary between the services and are defined in the [github-services](https://github.com/github/github-services) repository. Booleans are stored internally as "1" for true, and "0" for false. Any JSON `true`/`false` values will be converted automatically.
4848
`events`|`array` | Determines what events the hook is triggered for. Default: `["push"]`
4949
`active`|`boolean` | Determines whether the hook is actually triggered on pushes.

0 commit comments

Comments
 (0)