diff options
author | Ronald Claveau <sousmangoosta@aliel.fr> | 2018-06-28 08:13:21 +0200 |
---|---|---|
committer | Ronald Claveau <sousmangoosta@aliel.fr> | 2018-10-03 19:28:13 +0200 |
commit | 7d55c1353d6402f33a9fef734148fb776da076d3 (patch) | |
tree | 97042ecfabe94ffc49fc3f5b0e388b163bcf3adb /doc/api | |
parent | 227cc997fb107672e3293c56e0dcb1df72ad82d5 (diff) | |
download | gitlab-ce-7d55c1353d6402f33a9fef734148fb776da076d3.tar.gz |
List public ssh keys by id or username without authentication
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 762ea53edee..433f5d30449 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -556,7 +556,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 |