summaryrefslogtreecommitdiff
path: root/doc/api/projects.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-23 03:08:53 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-23 03:08:53 +0000
commitccaa94488202341c25d24f6f16a70a9f658fc742 (patch)
tree886b8d0d4c14585243f3ccb439057e19f1860767 /doc/api/projects.md
parentd65442b1d9621da6749d59ea1a544a2ea39b3a79 (diff)
downloadgitlab-ce-ccaa94488202341c25d24f6f16a70a9f658fc742.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/projects.md')
-rw-r--r--doc/api/projects.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index 8cfba68acee..da3dec9cd62 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -300,6 +300,15 @@ You can filter by [custom attributes](custom_attributes.md) with:
GET /projects?custom_attributes[key]=value&custom_attributes[other_key]=other_value
```
+### Pagination limits
+
+From GitLab 12.10, [offset-based pagination](README.md#offset-based-pagination) will be
+[limited to 10,000 records](https://gitlab.com/gitlab-org/gitlab/issues/34565).
+[Keyset pagination](README.md#keyset-based-pagination) will be required to retrieve projects
+beyond this limit.
+
+Note that keyset pagination only supports `order_by=id`. Other sorting options are not available.
+
## List user projects
Get a list of visible projects owned by the given user. When accessed without authentication, only public projects are returned.