Merge branch 'patch-29' into 'master'

Fix example typo.

See merge request gitlab-org/gitlab-ce!15104
This commit is contained in:
Stan Hu 2017-10-31 13:34:59 +00:00
commit bfb5107ae7
1 changed files with 1 additions and 1 deletions

View File

@ -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