summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-08-10 15:39:59 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-08-10 15:39:59 +0000
commitaf0cac1fc4f9dff99e7eda86c830e19d7ba129f5 (patch)
tree2ac6bd2b0613ee069174f548b3b9dfed77051a49
parent9964b678110e97c492a8b2f77ab899252c05f10e (diff)
parent11e08d4bd08482fef68cf620578c006258cd8068 (diff)
downloadgitlab-ce-af0cac1fc4f9dff99e7eda86c830e19d7ba129f5.tar.gz
Merge branch '50174-clarify-list-user-projects-api-endpoint' into 'master'
Resolve "Clarify `List user projects` API Endpoint" Closes #50174 See merge request gitlab-org/gitlab-ce!21121
-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