summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2017-03-06 14:04:20 +0100
committerToon Claes <toon@gitlab.com>2017-03-07 23:53:36 +0100
commit13c3f622cbcb2e1cd5d8eedc96647cb767ff7a28 (patch)
treecaa64d3e3ec052fe05977cf596741578c7ec292d /doc
parent7f2819b778b055278a7fafe9c782d12d09dbd2ea (diff)
downloadgitlab-ce-13c3f622cbcb2e1cd5d8eedc96647cb767ff7a28.tar.gz
Update description about GET /projects endpoint
It returns all projects visible for the authenticated user, not just the project they are member of.
Diffstat (limited to 'doc')
-rw-r--r--doc/api/projects.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index 28e4bfe39dc..686f3dba35d 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -20,7 +20,7 @@ Constants for project visibility levels are next:
## List projects
-Get a list of projects for which the authenticated user is a member.
+Get a list of visible projects for authenticated user. When being accessed without authentication, all public projects are returned.
```
GET /projects