diff options
author | Ben Getsug <ben@shift31.com> | 2017-04-21 19:43:55 +0000 |
---|---|---|
committer | Ben Getsug <ben@shift31.com> | 2017-04-21 19:43:55 +0000 |
commit | 0241f6a33654baa1596f0de3d0f67d55a907b702 (patch) | |
tree | 1c86e6aa0d31e39c80000b9f2adebe4351abf4d9 /doc | |
parent | ff986c7040f594f19225274896fdbaa34bc8a713 (diff) | |
download | gitlab-ce-0241f6a33654baa1596f0de3d0f67d55a907b702.tar.gz |
Correct typo (missing 's') in project pipeline job list endpoint
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/jobs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/jobs.md b/doc/api/jobs.md index bea2b96c97a..3f109dfdca3 100644 --- a/doc/api/jobs.md +++ b/doc/api/jobs.md @@ -120,7 +120,7 @@ Example of response Get a list of jobs for a pipeline. ``` -GET /projects/:id/pipeline/:pipeline_id/jobs +GET /projects/:id/pipelines/:pipeline_id/jobs ``` | Attribute | Type | Required | Description | |