summaryrefslogtreecommitdiff
path: root/doc/api/builds.md
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-02-19 18:09:58 +0100
committerKamil Trzcinski <ayufan@ayufan.eu>2016-02-19 18:30:43 +0100
commit6c6bb79422c9979708b44b35ed1c465bcd87ef99 (patch)
treeca2e022c2a3ff60381c516f5b3ab1c8bfd192db4 /doc/api/builds.md
parent46fd485c58c8c72156a9ebe4ec1775a3e57934de (diff)
downloadgitlab-ce-6c6bb79422c9979708b44b35ed1c465bcd87ef99.tar.gz
Fix API
Diffstat (limited to 'doc/api/builds.md')
-rw-r--r--doc/api/builds.md4
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