Skip to content

Commit 44407c0

Browse files
authored
docs(projects): add note about project list
Fixes #795
1 parent 88b1833 commit 44407c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/gl_objects/projects.rst

+5
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ Results can also be sorted using the following parameters:
5555
# Search projects
5656
projects = gl.projects.list(search='keyword')
5757

58+
.. note::
59+
60+
Fetching a list of projects, doesn't include all attributes of all projects.
61+
To retrieve all attributes, you'll need to fetch a single project
62+
5863
Get a single project::
5964

6065
# Get a project by ID

0 commit comments

Comments
 (0)