gitlab-org--gitlab-foss/changelogs/unreleased/54626-able-to-download-a-single-archive-file-with-api-by-ref-name.yml
Steve Azzopardi 401f65c43a
Add endpoint to download single artifact by ref
Add a new endpoint
`projects/:id/jobs/artifacts/:ref_name/raw/*artifact_path?job=name`
which is the close the web URL for consistency sake. This endpoint can
be used to download a single file from artifacts for the specified ref
and job.

closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54626
2018-12-07 15:33:30 +01:00

5 lines
112 B
YAML

---
title: Add new endpoint to download single artifact file for a ref
merge_request: 23538
author:
type: added