We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084b905 commit c6c0686Copy full SHA for c6c0686
docs/api-usage.rst
@@ -203,7 +203,7 @@ listing methods support the ``page`` and ``per_page`` parameters:
203
204
.. note::
205
206
- The first page is page 1, not page 0.
+ The first page is page 1, not page 0, except for project commits in v3 API.
207
208
By default GitLab does not return the complete list of items. Use the ``all``
209
parameter to get all the items when using listing methods:
docs/gl_objects/commits.rst
@@ -23,6 +23,11 @@ Reference
23
24
* GitLab API: https://docs.gitlab.com/ce/api/commits.html
25
26
+.. warning::
27
+
28
+ Pagination starts at page 0 in v3, but starts at page 1 in v4 (like all the
29
+ v4 endpoints).
30
31
32
Examples
33
--------
0 commit comments