diff options
-rw-r--r-- | docs/gl_objects/projects.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/gl_objects/projects.rst b/docs/gl_objects/projects.rst index f7bb4b3..ff297cc 100644 --- a/docs/gl_objects/projects.rst +++ b/docs/gl_objects/projects.rst @@ -55,6 +55,11 @@ Results can also be sorted using the following parameters: # Search projects projects = gl.projects.list(search='keyword') +.. note:: + + Fetching a list of projects, doesn't include all attributes of all projects. + To retrieve all attributes, you'll need to fetch a single project + Get a single project:: # Get a project by ID |