Skip to content

Commit

Permalink
Merge pull request #89 from ExodusIntelligence/master
Browse files Browse the repository at this point in the history
Adding new `ProjectHook` attributes:
  • Loading branch information
Gauvain Pocentek committed Feb 6, 2016
2 parents 2e1f84e + 1f81c2d commit 81be3cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gitlab/objects.py
Expand Up @@ -865,7 +865,8 @@ class ProjectHook(GitlabObject):
requiredUrlAttrs = ['project_id']
requiredCreateAttrs = ['url']
optionalCreateAttrs = ['push_events', 'issues_events',
'merge_requests_events', 'tag_push_events']
'merge_requests_events', 'tag_push_events',
'build_events', 'enable_ssl_verification']
shortPrintAttr = 'url'


Expand Down

0 comments on commit 81be3cf

Please sign in to comment.