summaryrefslogtreecommitdiff
path: root/gitlab/v3/objects.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/v3/objects.py')
-rw-r--r--gitlab/v3/objects.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/v3/objects.py b/gitlab/v3/objects.py
index 338d219..ebe0785 100644
--- a/gitlab/v3/objects.py
+++ b/gitlab/v3/objects.py
@@ -1675,6 +1675,7 @@ class ProjectService(GitlabObject):
# Optional fields
'username', 'password', 'jira_issue_transition_id')),
+ 'mattermost': (('webhook',), ('username', 'channel')),
'pivotaltracker': (('token', ), tuple()),
'pushover': (('api_key', 'user_key', 'priority'), ('device', 'sound')),
'redmine': (('new_issue_url', 'project_url', 'issues_url'),