We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d3362 commit d86ca59Copy full SHA for d86ca59
docs/api-usage.rst
@@ -111,7 +111,12 @@ listing methods support the ``page`` and ``per_page`` parameters:
111
112
.. code-block:: python
113
114
- ten_first_groups = gl.groups.list(page=0, per_page=10)
+ ten_first_groups = gl.groups.list(page=1, per_page=10)
115
+
116
+.. note::
117
118
+ The first page is page 1, not page 0.
119
120
121
By default GitLab does not return the complete list of items. Use the ``all``
122
parameter to get all the items when using listing methods:
0 commit comments