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.
2 parents 88b1833 + 44407c0 commit ba2b60eCopy full SHA for ba2b60e
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