Commit e0e49f2f authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'docs-28814-clarify-artifacts-ref' into 'master'

Clarify artifact download via the API only accepts branch or tag name for ref

See merge request gitlab-org/gitlab-ce!14545
parents 7689c3ec 3c26326e
---
title: Clarify artifact download via the API only accepts branch or tag name for ref
merge_request:
author:
type: other
......@@ -336,7 +336,7 @@ Parameters
| Attribute | Type | Required | Description |
|-------------|---------|----------|-------------------------- |
| `id` | integer/string | yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user |
| `ref_name` | string | yes | The ref from a repository |
| `ref_name` | string | yes | The ref from a repository (can only be branch or tag name, not HEAD or SHA) |
| `job` | string | yes | The name of the job |
Example request:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment