Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3c26326e
Commit
3c26326e
authored
Sep 28, 2017
by
Mark Fletcher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify artifact download via the API only accepts branch or tag name for ref
parent
92173ac5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
changelogs/unreleased/docs-28814-clarify-artifacts-ref.yml
changelogs/unreleased/docs-28814-clarify-artifacts-ref.yml
+5
-0
doc/api/jobs.md
doc/api/jobs.md
+1
-1
No files found.
changelogs/unreleased/docs-28814-clarify-artifacts-ref.yml
0 → 100644
View file @
3c26326e
---
title
:
Clarify artifact download via the API only accepts branch or tag name for ref
merge_request
:
author
:
type
:
other
doc/api/jobs.md
View file @
3c26326e
...
@@ -336,7 +336,7 @@ Parameters
...
@@ -336,7 +336,7 @@ Parameters
| Attribute | Type | Required | Description |
| 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 |
|
`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 |
|
`job`
| string | yes | The name of the job |
Example request:
Example request:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment