diff options
author | Douwe Maan <douwe@gitlab.com> | 2018-10-05 08:41:04 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-10-05 08:41:04 +0000 |
commit | 9fcd903b60d88b3df303628b09a15ef09689a002 (patch) | |
tree | 2644ab09cdf5b0b9dc5975ebda9c8b672fa44eee /doc/api | |
parent | 81641e592a954e98c29d862148c1104b87f30745 (diff) | |
parent | 7d55c1353d6402f33a9fef734148fb776da076d3 (diff) | |
download | gitlab-ce-9fcd903b60d88b3df303628b09a15ef09689a002.tar.gz |
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.md | 2 |
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 |