From 44407c0f59b9602b17cfb93b5e1fa37a84064766 Mon Sep 17 00:00:00 2001 From: Max Wittig Date: Wed, 2 Oct 2019 17:16:16 +0200 Subject: [PATCH] docs(projects): add note about project list Fixes #795 --- docs/gl_objects/projects.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/gl_objects/projects.rst b/docs/gl_objects/projects.rst index f7bb4b3d2..ff297ccb0 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