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
path: root/doc/api
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-30 15:07:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-30 15:07:40 +0300
commit506d6dcd7c787ba71a8a53102f3d4fdb6adcfa5e (patch)
treeb1d65f48256b1f17d6f47429a65050c5d43f420a /doc/api
parent45b4df3e57c949c88107840c44ccbfaf2eabdf26 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/deployments.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/deployments.md b/doc/api/deployments.md
index f34c8026ac4..250c63a8520 100644
--- a/doc/api/deployments.md
+++ b/doc/api/deployments.md
@@ -37,6 +37,7 @@ Example of response
{
"created_at": "2016-08-11T07:36:40.222Z",
"updated_at": "2016-08-11T07:38:12.414Z",
+ "status": "created",
"deployable": {
"commit": {
"author_email": "admin@example.com",
@@ -106,6 +107,7 @@ Example of response
{
"created_at": "2016-08-11T11:32:35.444Z",
"updated_at": "2016-08-11T11:34:01.123Z",
+ "status": "created",
"deployable": {
"commit": {
"author_email": "admin@example.com",