Merge branch 'master' into 'master'

Documentation: correct typo (missing 's') in project pipeline job list endpoint

See merge request !10862
This commit is contained in:
Douwe Maan 2017-04-24 14:05:16 +00:00
commit fff6a8b59e
1 changed files with 1 additions and 1 deletions

View File

@ -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 |