Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/epic_issues.md')
-rw-r--r--doc/api/epic_issues.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/epic_issues.md b/doc/api/epic_issues.md
index 17115f65b90..c4a8e2d40cc 100644
--- a/doc/api/epic_issues.md
+++ b/doc/api/epic_issues.md
@@ -14,6 +14,11 @@ results in a `404` status code.
Epics are available only in GitLab [Premium and higher](https://about.gitlab.com/pricing/).
If the Epics feature is not available, a `403` status code is returned.
+## Epic Issues pagination
+
+API results [are paginated](README.md#pagination). Requests that return
+multiple issues default to returning 20 results at a time.
+
## List issues for an epic
Gets all issues that are assigned to an epic and the authenticated user has access to.