summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2019-08-02 02:41:52 +0000
committerEvan Read <eread@gitlab.com>2019-08-02 02:41:52 +0000
commit7cfbeaac506b346f65f0549770f59c127ca1b6db (patch)
tree0ccd7ab00d77ab9d6c98276b7f4237aa2bf28c73 /doc/api
parent3077c3569bc8569d7875b8fa6eda3346016334ed (diff)
downloadgitlab-ce-7cfbeaac506b346f65f0549770f59c127ca1b6db.tar.gz
Add rate limit docs
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index 70540420544..6cd89e34921 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -695,6 +695,13 @@ The correct encoding for the query parameter would be:
There are many unofficial GitLab API Clients for most of the popular
programming languages. Visit the [GitLab website] for a complete list.
+## Rate limits
+
+For administrator documentation on rate limit settings, check out
+[Rate limits](../security/rate_limits.md). To find the settings that are
+specifically used by GitLab.com, see
+[GitLab.com-specific rate limits](../user/gitlab_com/index.md).
+
[GitLab website]: https://about.gitlab.com/applications/#api-clients "Clients using the GitLab API"
[lib-api-url]: https://gitlab.com/gitlab-org/gitlab-ce/tree/master/lib/api/api.rb
[ce-3749]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3749