diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-02-19 18:09:58 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-02-19 18:30:43 +0100 |
commit | 6c6bb79422c9979708b44b35ed1c465bcd87ef99 (patch) | |
tree | ca2e022c2a3ff60381c516f5b3ab1c8bfd192db4 /doc/api/builds.md | |
parent | 46fd485c58c8c72156a9ebe4ec1775a3e57934de (diff) | |
download | gitlab-ce-6c6bb79422c9979708b44b35ed1c465bcd87ef99.tar.gz |
Fix 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 295e037df5f..9ba43de3d03 100644 --- a/doc/api/builds.md +++ b/doc/api/builds.md @@ -265,10 +265,10 @@ GET /projects/:id/builds/:build_id/artifacts ### Parameters -| Attribute | Type | required | Description | +| Attribute | Type | Required | Description | |-----------|---------|----------|---------------------| | id | integer | yes | The ID of a project | -| build\_id | integer | yes | The ID of a build | +| build_id | integer | yes | The ID of a build | ### Example of request |