Skip to content

Add pagination docs to commit status API

Clarifies that the commit status API is paginated.

For example https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-ee/repository/commits/652a78c08229460ea42c6f26eb3a5080fcae3e19/statuses only returns first 20 results and response header includes pagination information.

X-Next-Page: 2
X-Page: 1
X-Per-Page: 20
X-Prev-Page:
X-Total: 97
X-Total-Pages: 5

Related issues

https://github.com/xanzy/go-gitlab/pull/365

Edited by James Ramsay (ex-GitLab)

Merge request reports

Loading