Skip to content

Commit

Permalink
Add new event types to ProjectHook
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Jun 11, 2017
1 parent 3488c5c commit a0f215c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/v4/objects.py
Expand Up @@ -720,7 +720,7 @@ class ProjectHook(SaveMixin, RESTObject):
optionalCreateAttrs = ['push_events', 'issues_events', 'note_events',
'merge_requests_events', 'tag_push_events',
'build_events', 'enable_ssl_verification', 'token',
'pipeline_events']
'pipeline_events', 'job_events', 'wiki_page_events']
_short_print_attr = 'url'


Expand Down

0 comments on commit a0f215c

Please sign in to comment.