diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2018-02-26 13:28:36 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2018-02-26 13:28:36 +0000 |
commit | 2aa2731c8b827b6ecb0a87634aca13fe2398ac7e (patch) | |
tree | 77d1f2c6f9fb72c38a613fd6c132292b791717fe | |
parent | 7403ea37ade3f96e8dae296551ed986bfcbaf138 (diff) | |
parent | ca7d338bff3635a9809d03785a76647f3dc0fb93 (diff) | |
download | gitlab-ce-2aa2731c8b827b6ecb0a87634aca13fe2398ac7e.tar.gz |
Merge branch 'patch-28' into 'master'
Correcting documentation about project hooks settings
See merge request gitlab-org/gitlab-ce!17332
-rw-r--r-- | doc/api/projects.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 9e649efea9c..4f4ab906c1a 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -1224,7 +1224,7 @@ POST /projects/:id/hooks | `note_events` | boolean | no | Trigger hook on note events | | `job_events` | boolean | no | Trigger hook on job events | | `pipeline_events` | boolean | no | Trigger hook on pipeline events | -| `wiki_events` | boolean | no | Trigger hook on wiki events | +| `wiki_page_events` | boolean | no | Trigger hook on wiki events | | `enable_ssl_verification` | boolean | no | Do SSL verification when triggering the hook | | `token` | string | no | Secret token to validate received payloads; this will not be returned in the response | |