Commit ad833c93 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Fix docs on artifacts API

- Backticks in parameters
- Remove headings
- Fix curl URL link

[ci skip]
parent 31682eb9
...@@ -263,21 +263,16 @@ Get build artifacts of a project ...@@ -263,21 +263,16 @@ Get build artifacts of a project
GET /projects/:id/builds/:build_id/artifacts GET /projects/:id/builds/:build_id/artifacts
``` ```
### Parameters | Attribute | Type | Required | Description |
|------------|---------|----------|---------------------|
| Attribute | Type | Required | Description | | `id` | integer | yes | The ID of a project |
|-----------|---------|----------|---------------------| | `build_id` | integer | yes | The ID of a build |
| id | integer | yes | The ID of a project |
| build_id | integer | yes | The ID of a build |
### Example of request
``` ```
curl -H "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v3/projects/1/builds/8" curl -H "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v3/projects/1/builds/8/artifacts"
``` ```
### Response: Response:
| Status | Description | | Status | Description |
|-----------|---------------------------------| |-----------|---------------------------------|
......
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