From 6c6bb79422c9979708b44b35ed1c465bcd87ef99 Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Fri, 19 Feb 2016 18:09:58 +0100 Subject: Fix API --- doc/api/builds.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api/builds.md') 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 -- cgit v1.2.1