diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-02-19 20:56:56 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-02-19 20:56:56 +0100 |
commit | 17182cdfe0c31b8177fef20bb8dde1193ff117d4 (patch) | |
tree | e7e12dcbe23244312d3b61deb042da8bc28dcc31 /doc/api/builds.md | |
parent | 73be775cd70b3cffb78a16da5a52474d9519201e (diff) | |
download | gitlab-ce-17182cdfe0c31b8177fef20bb8dde1193ff117d4.tar.gz |
Fix documentationbuilds-artifacts-API
Diffstat (limited to 'doc/api/builds.md')
-rw-r--r-- | doc/api/builds.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/builds.md b/doc/api/builds.md index 9ba43de3d03..85c9600a1c7 100644 --- a/doc/api/builds.md +++ b/doc/api/builds.md @@ -255,9 +255,9 @@ Example of response } ``` -## Get a build artifacts +## Get build artifacts -Get a build artifacts of a project +Get build artifacts of a project ``` GET /projects/:id/builds/:build_id/artifacts |