diff options
author | Stan Hu <stanhu@gmail.com> | 2017-10-31 13:34:59 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-10-31 13:34:59 +0000 |
commit | bfb5107ae720232a15060ee55feba213ee7dd097 (patch) | |
tree | f5b2d6aa2c25f008f11b9d82b520a6017b6c560c /doc/api | |
parent | c598283a16951ba9c951023adbfb29f56ee73311 (diff) | |
parent | b8ad3ec0144cc0593dcd1c86401ad4d1ba84fdf7 (diff) | |
download | gitlab-ce-bfb5107ae720232a15060ee55feba213ee7dd097.tar.gz |
Merge branch 'patch-29' into 'master'
Fix example typo.
See merge request gitlab-org/gitlab-ce!15104
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/pipelines.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/pipelines.md b/doc/api/pipelines.md index 890945cfc7e..a6631cab8c3 100644 --- a/doc/api/pipelines.md +++ b/doc/api/pipelines.md @@ -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 |