Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-09 21:07:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-09 21:07:52 +0300
commit6c15c18fa455502bf0b80316390eefde40d42a8a (patch)
treeb42af022a747fd580a09f36b0e60a9f53ed7b25c /doc/api/packages.md
parent263f926c770163788f78af03ab69689c94f57360 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/packages.md')
-rw-r--r--doc/api/packages.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/api/packages.md b/doc/api/packages.md
index afca7db97c8..46e3b8e2d3f 100644
--- a/doc/api/packages.md
+++ b/doc/api/packages.md
@@ -79,7 +79,10 @@ Example response:
"web_path": "/namespace1/project1/-/packages/1",
"delete_api_path": "/namespace1/project1/-/packages/1"
},
- "created_at": "2019-11-27T03:37:38.711Z"
+ "created_at": "2019-11-27T03:37:38.711Z",
+ "build_info": {
+ "pipeline_id": 123
+ }
},
{
"id": 2,
@@ -90,7 +93,10 @@ Example response:
"web_path": "/namespace1/project1/-/packages/1",
"delete_api_path": "/namespace1/project1/-/packages/1"
},
- "created_at": "2019-11-27T03:37:38.711Z"
+ "created_at": "2019-11-27T03:37:38.711Z",
+ "build_info": {
+ "pipeline_id": 123
+ }
}
]
```
@@ -133,7 +139,10 @@ Example response:
"web_path": "/namespace1/project1/-/packages/1",
"delete_api_path": "/namespace1/project1/-/packages/1"
},
- "created_at": "2019-11-27T03:37:38.711Z"
+ "created_at": "2019-11-27T03:37:38.711Z",
+ "build_info": {
+ "pipeline_id": 123
+ }
}
```