diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-16 00:09:20 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-16 00:09:20 +0000 |
commit | 88797b994a7dfd9bfab2a5d5431f088f17078b9f (patch) | |
tree | e9556b7dd50b980bf21c8ea816cec3282e723e15 /doc | |
parent | bcd53ecb5132426c9c33116efd846a5c8c6c2945 (diff) | |
download | gitlab-ce-88797b994a7dfd9bfab2a5d5431f088f17078b9f.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/pipelines.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/pipelines.md b/doc/api/pipelines.md index 67d9348ba92..55894a36147 100644 --- a/doc/api/pipelines.md +++ b/doc/api/pipelines.md @@ -12,7 +12,7 @@ GET /projects/:id/pipelines |-----------|---------|----------|---------------------| | `id` | integer/string | yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user | | `scope` | string | no | The scope of pipelines, one of: `running`, `pending`, `finished`, `branches`, `tags` | -| `status` | string | no | The status of pipelines, one of: `running`, `pending`, `success`, `failed`, `canceled`, `skipped` | +| `status` | string | no | The status of pipelines, one of: `running`, `pending`, `success`, `failed`, `canceled`, `skipped`, `created` | | `ref` | string | no | The ref of pipelines | | `sha` | string | no | The sha of pipelines | | `yaml_errors`| boolean | no | Returns pipelines with invalid configurations | |