diff options
author | Douwe Maan <douwe@gitlab.com> | 2017-04-24 14:05:16 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2017-04-24 14:05:16 +0000 |
commit | fff6a8b59e70f63b2bdc2491c2f5bf65d2c7f3d4 (patch) | |
tree | 5e9edd9eb31e65fb03bbfaac17011715f92b2fcc /doc | |
parent | 0df0c4c4af42d5d6e6ddf27ab59b72a36ef39fe6 (diff) | |
parent | 0241f6a33654baa1596f0de3d0f67d55a907b702 (diff) | |
download | gitlab-ce-fff6a8b59e70f63b2bdc2491c2f5bf65d2c7f3d4.tar.gz |
Merge branch 'master' into 'master'
Documentation: correct typo (missing 's') in project pipeline job list endpoint
See merge request !10862
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 | |