diff options
author | Max Wittig <max.wittig95@gmail.com> | 2019-10-02 17:16:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 17:16:16 +0200 |
commit | 44407c0f59b9602b17cfb93b5e1fa37a84064766 (patch) | |
tree | af1e3162e1f38c09946a2f1e40981e176a82289e /docs/gl_objects | |
parent | 88b183376de5b8c986eac24955ef129ca4d781cc (diff) | |
download | gitlab-44407c0f59b9602b17cfb93b5e1fa37a84064766.tar.gz |
docs(projects): add note about project list
Fixes #795
Diffstat (limited to 'docs/gl_objects')
-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 |