Commit 087f0808 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Add documentation for commit builds API improvements

parent ed6c87a5
......@@ -107,6 +107,11 @@ Example of response
Get a list of builds for specific commit in a project.
This endpoint will return all builds, from all pipelines for a given commit.
If the commit SHA is not found, it will respond with 404, otherwise it will
return an array of builds (an empty array if there are no builds for this
particular commit).
```
GET /projects/:id/repository/commits/:sha/builds
```
......
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