diff options
-rw-r--r-- | gitlab/v4/objects.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py index 6283149..d1d589e 100644 --- a/gitlab/v4/objects.py +++ b/gitlab/v4/objects.py @@ -841,7 +841,7 @@ class ProjectHook(GitlabObject): 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'] shortPrintAttr = 'url' |