Fix example typo.
This commit is contained in:
parent
a9446093b1
commit
b8ad3ec014
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ GET /projects/:id/pipelines/:pipeline_id
|
|||
| `pipeline_id` | integer | yes | The ID of a pipeline |
|
||||
|
||||
```
|
||||
curl --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v4/projects/1/pipeline/46"
|
||||
curl --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v4/projects/1/pipelines/46"
|
||||
```
|
||||
|
||||
Example of response
|
||||
|
|
Loading…
Reference in a new issue