diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2016-09-13 09:45:19 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2016-09-13 09:45:19 +0200 |
commit | 53f93225ebb571f1c283ec848959975e3815e4ad (patch) | |
tree | 79be61d5516c709112ace62672359e3ffae435ac /gitlab/objects.py | |
parent | 2ac42d623d69b5f4d1262c869657ab5971f67eca (diff) | |
parent | d83b8380fe87a0de88cf2e0d6ff56f95e9b83bac (diff) | |
download | gitlab-53f93225ebb571f1c283ec848959975e3815e4ad.tar.gz |
Merge branch 'master' of github.com:gpocentek/python-gitlab
Diffstat (limited to 'gitlab/objects.py')
-rw-r--r-- | gitlab/objects.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/objects.py b/gitlab/objects.py index be0dbef..bafd0e5 100644 --- a/gitlab/objects.py +++ b/gitlab/objects.py @@ -1788,7 +1788,7 @@ class ProjectService(GitlabObject): 'irker': (('recipients', ), ('default_irc_uri', 'server_port', 'server_host', 'colorize_messages')), 'jira': (('new_issue_url', 'project_url', 'issues_url'), - ('description', 'username', 'password')), + ('api_url', 'description', 'username', 'password')), 'pivotaltracker': (('token', ), tuple()), 'pushover': (('api_key', 'user_key', 'priority'), ('device', 'sound')), 'redmine': (('new_issue_url', 'project_url', 'issues_url'), |