Skip to content

Commit 4e5d1e3

Browse files
authored
Update projects.rst
Having exactly 20 internal and 5 private projects in the group spent some time debugging this issue. Hopefully that helped: #93 Imho should be definitely mention about `all=True` parameter.
1 parent a3a7713 commit 4e5d1e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/gl_objects/projects.rst

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Results can also be sorted using the following parameters:
3939

4040
::
4141

42+
# List all projects (default 20 )
43+
projects = gl.projects.list(all=True)
4244
# Archived projects
4345
projects = gl.projects.list(archived=1)
4446
# Limit to projects with a defined visibility

0 commit comments

Comments
 (0)