summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwinniehell <git@winniehell.de>2016-10-28 00:56:34 +0200
committerwinniehell <git@winniehell.de>2016-10-28 00:56:34 +0200
commit166d5b0dfb94bae0bf8036c0fa44dfdcae1d71d1 (patch)
tree017df1891181e80ab9899f53e699831b5f3d9ea8 /doc
parent51821e1ee4533843a3abd03f8395fa89086e640c (diff)
downloadgitlab-ce-166d5b0dfb94bae0bf8036c0fa44dfdcae1d71d1.tar.gz
Document admin access requirement for /deploy_keys endpoint
Diffstat (limited to 'doc')
-rw-r--r--doc/api/deploy_keys.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/deploy_keys.md b/doc/api/deploy_keys.md
index ca44afbf355..5f248ab6f91 100644
--- a/doc/api/deploy_keys.md
+++ b/doc/api/deploy_keys.md
@@ -2,7 +2,7 @@
## List all deploy keys
-Get a list of all deploy keys across all projects.
+Get a list of all deploy keys across all projects of the GitLab instance. This endpoint requires admin access.
```
GET /deploy_keys