Also fix the URL in the comment

This commit is contained in:
Lin Jen-Shin 2016-07-21 19:26:58 +08:00
parent 880a40e7e9
commit 0b67945c99
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ module API
# ref_name (required) - The ref from repository
# job (required) - The name for the build
# Example Request:
# GET /projects/:id/artifacts/:ref_name/download?job=name
# GET /projects/:id/builds/artifacts/:ref_name/download?job=name
get ':id/builds/artifacts/:ref_name/download',
requirements: { ref_name: /.+/ } do
authorize_read_builds!