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/jobs.md')
-rw-r--r--doc/api/jobs.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/api/jobs.md b/doc/api/jobs.md
index 92ab12ec0d0..06fd354f2be 100644
--- a/doc/api/jobs.md
+++ b/doc/api/jobs.md
@@ -14,8 +14,9 @@ Get a list of jobs in a project. Jobs are sorted in descending order of their ID
By default, this request returns 20 results at a time because the API results [are paginated](rest/index.md#pagination)
-This endpoint supports both offset-based and [keyset-based](rest/index.md#keyset-based-pagination) pagination. Keyset-based
-pagination is recommended when requesting consecutive pages of results.
+NOTE:
+This endpoint supports both offset-based and [keyset-based](rest/index.md#keyset-based-pagination) pagination, but keyset-based
+pagination is strongly recommended when requesting consecutive pages of results.
```plaintext
GET /projects/:id/jobs