Skip to content
Snippets Groups Projects
Commit 0b67945c authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Also fix the URL in the comment

parent 880a40e7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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!
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment