We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b1833 commit 44407c0Copy full SHA for 44407c0
docs/gl_objects/projects.rst
@@ -55,6 +55,11 @@ Results can also be sorted using the following parameters:
55
# Search projects
56
projects = gl.projects.list(search='keyword')
57
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
63
Get a single project::
64
65
# Get a project by ID
0 commit comments