mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
Clarify artifact download via the API only accepts branch or tag name for ref
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
---
|
||||
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:
|
||||
|
Reference in New Issue
Block a user