We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4782678 commit 5b5a7bcCopy full SHA for 5b5a7bc
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