summaryrefslogtreecommitdiff
path: root/doc/api/pipelines.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-16 18:18:33 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-16 18:18:33 +0000
commitf64a639bcfa1fc2bc89ca7db268f594306edfd7c (patch)
treea2c3c2ebcc3b45e596949db485d6ed18ffaacfa1 /doc/api/pipelines.md
parentbfbc3e0d6583ea1a91f627528bedc3d65ba4b10f (diff)
downloadgitlab-ce-f64a639bcfa1fc2bc89ca7db268f594306edfd7c.tar.gz
Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40
Diffstat (limited to 'doc/api/pipelines.md')
-rw-r--r--doc/api/pipelines.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api/pipelines.md b/doc/api/pipelines.md
index 14ded7c569d..975c4a5746f 100644
--- a/doc/api/pipelines.md
+++ b/doc/api/pipelines.md
@@ -54,6 +54,7 @@ Example of response
[
{
"id": 47,
+ "project_id": 1,
"status": "pending",
"ref": "new-pipeline",
"sha": "a91957a858320c0e17f3a0eca7cfacbff50ea29a",
@@ -63,6 +64,7 @@ Example of response
},
{
"id": 48,
+ "project_id": 1,
"status": "pending",
"ref": "new-pipeline",
"sha": "eb94b618fb5865b26e80fdd8ae531b7a63ad851a",
@@ -95,6 +97,7 @@ Example of response
```json
{
"id": 46,
+ "project_id": 1,
"status": "success",
"ref": "master",
"sha": "a91957a858320c0e17f3a0eca7cfacbff50ea29a",
@@ -230,6 +233,7 @@ Example of response
```json
{
"id": 61,
+ "project_id": 1,
"sha": "384c444e840a515b23f21915ee5766b87068a70d",
"ref": "master",
"status": "pending",
@@ -277,6 +281,7 @@ Response:
```json
{
"id": 46,
+ "project_id": 1,
"status": "pending",
"ref": "master",
"sha": "a91957a858320c0e17f3a0eca7cfacbff50ea29a",
@@ -324,6 +329,7 @@ Response:
```json
{
"id": 46,
+ "project_id": 1,
"status": "canceled",
"ref": "master",
"sha": "a91957a858320c0e17f3a0eca7cfacbff50ea29a",