Correct typo (missing 's') in project pipeline job list endpoint

This commit is contained in:
Ben Getsug 2017-04-21 19:43:55 +00:00
parent ff986c7040
commit 0241f6a336
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 |