summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-04-24 14:05:16 +0000
committerDouwe Maan <douwe@gitlab.com>2017-04-24 14:05:16 +0000
commitfff6a8b59e70f63b2bdc2491c2f5bf65d2c7f3d4 (patch)
tree5e9edd9eb31e65fb03bbfaac17011715f92b2fcc
parent0df0c4c4af42d5d6e6ddf27ab59b72a36ef39fe6 (diff)
parent0241f6a33654baa1596f0de3d0f67d55a907b702 (diff)
downloadgitlab-ce-fff6a8b59e70f63b2bdc2491c2f5bf65d2c7f3d4.tar.gz
Merge branch 'master' into 'master'
Documentation: correct typo (missing 's') in project pipeline job list endpoint See merge request !10862
-rw-r--r--doc/api/jobs.md2
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 |