diff options
author | Max Wittig <max.wittig@siemens.com> | 2020-02-12 21:33:37 +0100 |
---|---|---|
committer | Max Wittig <max.wittig@siemens.com> | 2020-02-12 21:35:49 +0100 |
commit | 16098244ad7c19867495cf4f0fda0c83fe54cd2b (patch) | |
tree | 94ceb605c5c364aef96deb1b62ca22d07640fb51 /docs/api-usage.rst | |
parent | 99b4484da924f9378518a1a1194e1a3e75b48073 (diff) | |
download | gitlab-feat/all-keyset-pagination.tar.gz |
docs(pagination): clear up pagination docsfeat/all-keyset-pagination
Co-Authored-By: Mitar <mitar.git@tnode.com>
Diffstat (limited to 'docs/api-usage.rst')
-rw-r--r-- | docs/api-usage.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/api-usage.rst b/docs/api-usage.rst index 3e2355c..e23cd1d 100644 --- a/docs/api-usage.rst +++ b/docs/api-usage.rst @@ -206,8 +206,8 @@ parameter to get all the items when using listing methods: .. warning:: - The all=True option uses keyset pagination by default, if order_by="id" - or if order_by is not supplied. + The all=True option uses keyset pagination by default if order_by is not supplied, + or if order_by="id". .. code-block:: python @@ -396,4 +396,3 @@ parameter to that API invocation: gl = gitlab.gitlab(url, token, api_version=4) gl.projects.import_github(ACCESS_TOKEN, 123456, "root", timeout=120.0) - |