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
This commit is contained in:
Achilleas Pipinellis 2018-08-10 15:39:59 +00:00
commit af0cac1fc4
1 changed files with 1 additions and 2 deletions

View File

@ -258,8 +258,7 @@ GET /projects?custom_attributes[key]=value&custom_attributes[other_key]=other_va
## List user projects ## List user projects
Get a list of visible projects for the given user. When accessed without Get a list of visible projects owned by the given user. When accessed without authentication, only public projects are returned.
authentication, only public projects are returned.
``` ```
GET /users/:user_id/projects GET /users/:user_id/projects