diff options
author | Lawrence <lawrence.chan03@gmail.com> | 2017-10-31 10:48:12 +0000 |
---|---|---|
committer | Lawrence <lawrence.chan03@gmail.com> | 2017-10-31 10:48:12 +0000 |
commit | b8ad3ec0144cc0593dcd1c86401ad4d1ba84fdf7 (patch) | |
tree | 383425575c32eb59b87348d2ed7ed667a09ad200 /doc/api/pipelines.md | |
parent | a9446093b12a9dffef97541915e2b6872875ad3f (diff) | |
download | gitlab-ce-b8ad3ec0144cc0593dcd1c86401ad4d1ba84fdf7.tar.gz |
Fix example typo.
Diffstat (limited to 'doc/api/pipelines.md')
-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 |