diff options
-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 |