Skip to content
Snippets Groups Projects
Commit 22db4398 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

api: expose note_events and enable_ssl_verification for hooks

parent c4ca1ad4
No related branches found
No related tags found
1 merge request!1429Hook api updates
Loading
Loading
@@ -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"
}
```
Loading
Loading
Loading
Loading
@@ -45,7 +45,7 @@ module API
 
class ProjectHook < Hook
expose :project_id, :push_events
expose :issues_events, :merge_requests_events, :tag_push_events
expose :issues_events, :merge_requests_events, :tag_push_events, :note_events, :enable_ssl_verification
end
 
class ForkedFromProject < Grape::Entity
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment