提交 e0e49f2f 编写于 作者: G 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
---
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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册