Commit af0cac1f authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

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
parents 9964b678 11e08d4b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment