Commit db43d792 authored by James Ramsay's avatar James Ramsay

Add pagination docs to commit status API

parent 6b89ab11
...@@ -412,9 +412,10 @@ Example response: ...@@ -412,9 +412,10 @@ Example response:
Since GitLab 8.1, this is the new commit status API. Since GitLab 8.1, this is the new commit status API.
### Get the status of a commit ### List the statuses of a commit
Get the statuses of a commit in a project. List the statuses of a commit in a project.
The pagination parameters `page` and `per_page` can be used to restrict the list of references.
``` ```
GET /projects/:id/repository/commits/:sha/statuses GET /projects/:id/repository/commits/:sha/statuses
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment