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:
commit
fff6a8b59e
1 changed files with 1 additions and 1 deletions
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue