summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-01-12 13:51:13 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-01-12 13:51:13 +0000
commit977c9b2ac5e745475b1e9347a8b1eede9934c952 (patch)
treeeb6bb3013160903bedd1d7f39c015a8efea08088
parent9b7d5727cdfdac693e6f14bf8b8264d6bbc8fdcf (diff)
parent865c9d9cfc6f379ae7ee8238e38bfda108a6b1cd (diff)
downloadgitlab-ce-977c9b2ac5e745475b1e9347a8b1eede9934c952.tar.gz
Merge branch 'docs-api-users' into 'master'
Update missing API documentation on `GET /users/:id/projects` Closes #41478 See merge request gitlab-org/gitlab-ce!16363
-rw-r--r--doc/api/users.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/users.md b/doc/api/users.md
index 478d747a50d..1da6fcf297d 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -415,6 +415,10 @@ GET /user
}
```
+## List user projects
+
+Please refer to the [List of user projects ](projects.md#list-user-projects).
+
## List SSH keys
Get a list of currently authenticated user's SSH keys.