From 44fdf983bd35328dd577d3d3650d14163ef3e2b6 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 15 Apr 2020 15:42:17 +0000 Subject: Add latest changes from gitlab-org/gitlab@12-10-stable-ee --- doc/api/README.md | 2 +- doc/api/issues.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'doc/api') diff --git a/doc/api/README.md b/doc/api/README.md index 24b81852dc5..3c8d3dc4902 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -390,7 +390,7 @@ CAUTION: **Caution:** For performance reasons since [GitLab 11.8](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/23931) and **behind the `api_kaminari_count_with_limit` -[feature flag](../development/feature_flags.md)**, if the number of resources is +[feature flag](../development/feature_flags/index.md)**, if the number of resources is more than 10,000, the `X-Total` and `X-Total-Pages` headers as well as the `rel="last"` `Link` are not present in the response headers. diff --git a/doc/api/issues.md b/doc/api/issues.md index 89b81c9ee97..14f81d7d327 100644 --- a/doc/api/issues.md +++ b/doc/api/issues.md @@ -740,6 +740,14 @@ the `weight` parameter: **Note**: The `closed_by` attribute was [introduced in GitLab 10.6](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/17042). This value will only be present for issues which were closed after GitLab 10.6 and when the user account that closed the issue still exists. +## Rate limits + +To help avoid abuse, users are limited to: + +| Request Type | Limit | +| ---------------- | --------------------------- | +| Create | 300 issues per minute | + ## Edit issue Updates an existing project issue. This call is also used to mark an issue as -- cgit v1.2.3