Docs: API get-job-artifacts has bad examples
https://docs.gitlab.com/ee/api/jobs.html#get-job-artifacts Seems wrong.
Get job artifacts Section.
It says the URL format is:
GET /projects/:id/jobs/:job_id/artifacts
And it gives an example:
"https://gitlab.example.com/api/v4/projects/1/jobs/artifacts/master/download?job=test"
The URL format specification and the example don't match.
Please correct to whatever it actually is - thanks.