URL: http://github.com/python-gitlab/python-gitlab/commit/8e27721554af417623bfe13a2b76710a61fca44d
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2fdfbb + 5b5a7bc commit 8e27721Copy full SHA for 8e27721
1 file changed
docs/gl_objects/mrs.rst
@@ -30,10 +30,14 @@ Reference
30
Examples
31
--------
32
33
-List the merge requests available on the GitLab server::
+List the merge requests created by the user of the token on the GitLab server::
34
35
mrs = gl.mergerequests.list()
36
37
+List the merge requests available on the GitLab server::
38
+
39
+ mrs = gl.mergerequests.list(scope="all")
40
41
List the merge requests for a group::
42
43
group = gl.groups.get('mygroup')
0 commit comments