summaryrefslogtreecommitdiff
path: root/gitlab.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab.py')
-rw-r--r--gitlab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab.py b/gitlab.py
index 106e9ff..6f016fc 100644
--- a/gitlab.py
+++ b/gitlab.py
@@ -737,7 +737,7 @@ class ProjectMergeRequestNote(GitlabObject):
class ProjectMergeRequest(GitlabObject):
- _url = '/projects/%(project_id)s/merge_request'
+ _url = '/projects/%(project_id)s/merge_requests'
_constructorTypes = {'author': 'User', 'assignee': 'User'}
canDelete = False
requiredListAttrs = ['project_id']