summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavin Walker <dwalker@gitlab.com>2018-08-09 20:31:19 +0000
committerDavin Walker <dwalker@gitlab.com>2018-08-09 20:31:19 +0000
commit11e08d4bd08482fef68cf620578c006258cd8068 (patch)
tree76b0dc65c879249c490bbd1e90ff65ae08f7736a
parent266666d153542179e39dceab59fec0a327165a04 (diff)
downloadgitlab-ce-11e08d4bd08482fef68cf620578c006258cd8068.tar.gz
clarify user namespace
-rw-r--r--doc/api/projects.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index f360b49c293..bda4164ee92 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -258,8 +258,7 @@ GET /projects?custom_attributes[key]=value&custom_attributes[other_key]=other_va
## List user projects
-Get a list of visible projects for the given user. When accessed without
-authentication, only public projects are returned.
+Get a list of visible projects owned by the given user. When accessed without authentication, only public projects are returned.
```
GET /users/:user_id/projects