diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2015-09-24 12:33:11 -0400 |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2015-09-24 12:33:11 -0400 |
commit | 22db4398c69e75da8c56775a7c815b6e2cb38496 (patch) | |
tree | 17f170d161962255a5d43806b1079b7f7340f30b /doc/api | |
parent | c4ca1ad4c33bc90074a9321e9cd5a2404a62cc92 (diff) | |
download | gitlab-ce-22db4398c69e75da8c56775a7c815b6e2cb38496.tar.gz |
api: expose note_events and enable_ssl_verification for hooks
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/projects.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 10533c73a31..9f9a274a7e8 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -515,6 +515,8 @@ Parameters: "push_events": "true", "issues_events": "true", "merge_requests_events": "true", + "note_events": "true", + "enable_ssl_verification": "true", "created_at": "2012-10-12T17:04:47Z" } ``` |