Merge branch 'jramsay-list-commit-statuses-docs' into 'master'

Add pagination docs to commit status API

See merge request gitlab-org/gitlab-ce!18124
This commit is contained in:
Douwe Maan 2018-04-02 14:26:00 +00:00
commit 712da68bad
1 changed files with 3 additions and 2 deletions

View File

@ -412,9 +412,10 @@ Example response:
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