Skip to content

Commit 5b5a7bc

Browse files
committed
docs(mergequests): gl.mergequests.list documentation was missleading
1 parent 4782678 commit 5b5a7bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/gl_objects/mrs.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,14 @@ Reference
3030
Examples
3131
--------
3232

33-
List the merge requests available on the GitLab server::
33+
List the merge requests created by the user of the token on the GitLab server::
3434

3535
mrs = gl.mergerequests.list()
3636

37+
List the merge requests available on the GitLab server::
38+
39+
mrs = gl.mergerequests.list(scope="all")
40+
3741
List the merge requests for a group::
3842

3943
group = gl.groups.get('mygroup')

0 commit comments

Comments
 (0)