Commit dd8fc55a authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'fix/gb/fix-incorrect-docs-about-fetching-artifacts' into 'master'

Fix an error in docs about fetching artifacts using API

Closes gitlab-ce#50883

See merge request gitlab-org/gitlab-ee!7244
parents 0663f7a7 3c9f010d
......@@ -352,7 +352,7 @@ Example requests:
- Using the `job_token` parameter (only inside `.gitlab-ci.yml`):
```
curl --location --header --form "job-token=$CI_JOB_TOKEN" "https://gitlab.example.com/api/v4/projects/1/jobs/8/artifacts"
curl --location --form "job-token=$CI_JOB_TOKEN" "https://gitlab.example.com/api/v4/projects/1/jobs/8/artifacts"
```
Response:
......
---
title: Fix an error in docs about fetching artifacts using API
merge_request: 7244
author:
type: fixed
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