diff options
author | Onuwa Nnachi Isaac <matrix4u2002@gmail.com> | 2018-01-12 13:46:20 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-01-12 13:46:20 +0000 |
commit | 865c9d9cfc6f379ae7ee8238e38bfda108a6b1cd (patch) | |
tree | 40244a673e3cdb5de6284f5b12150a5d19095c7b /doc | |
parent | 9c23c238ab76dc4d6a1725cfe7b8e5bcac146149 (diff) | |
download | gitlab-ce-865c9d9cfc6f379ae7ee8238e38bfda108a6b1cd.tar.gz |
Update missing API documentation on `GET /users/:id/projects`
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/users.md | 4 |
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. |