Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBen Getsug <ben@shift31.com>2017-04-21 22:43:55 +0300
committerBen Getsug <ben@shift31.com>2017-04-21 22:43:55 +0300
commit0241f6a33654baa1596f0de3d0f67d55a907b702 (patch)
tree1c86e6aa0d31e39c80000b9f2adebe4351abf4d9 /doc
parentff986c7040f594f19225274896fdbaa34bc8a713 (diff)
Correct typo (missing 's') in project pipeline job list endpoint
Diffstat (limited to 'doc')
-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 |