Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorDavin Walker <dwalker@gitlab.com>2018-08-09 23:31:19 +0300
committerDavin Walker <dwalker@gitlab.com>2018-08-09 23:31:19 +0300
commit11e08d4bd08482fef68cf620578c006258cd8068 (patch)
tree76b0dc65c879249c490bbd1e90ff65ae08f7736a /doc/api
parent266666d153542179e39dceab59fec0a327165a04 (diff)
clarify user namespace
Diffstat (limited to 'doc/api')
-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