Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-10-05 11:41:04 +0300
committerDouwe Maan <douwe@gitlab.com>2018-10-05 11:41:04 +0300
commit9fcd903b60d88b3df303628b09a15ef09689a002 (patch)
tree2644ab09cdf5b0b9dc5975ebda9c8b672fa44eee /doc/api
parent81641e592a954e98c29d862148c1104b87f30745 (diff)
parent7d55c1353d6402f33a9fef734148fb776da076d3 (diff)
Merge branch 'features/unauth-access-ssh-keys' into 'master'
List public ssh keys by id or username without authentication See merge request gitlab-org/gitlab-ce!20118
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/users.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/users.md b/doc/api/users.md
index 3b41e0f7ec6..07f03f9c827 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -558,7 +558,7 @@ Parameters:
## List SSH keys for user
-Get a list of a specified user's SSH keys. Available only for admin
+Get a list of a specified user's SSH keys.
```
GET /users/:id/keys