Commit 3c9f010d authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix an error in docs about fetching artifacts using API

parent 0badc71a
...@@ -352,7 +352,7 @@ Example requests: ...@@ -352,7 +352,7 @@ Example requests:
- Using the `job_token` parameter (only inside `.gitlab-ci.yml`): - 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: 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