diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-30 12:07:40 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-30 12:07:40 +0000 |
commit | 506d6dcd7c787ba71a8a53102f3d4fdb6adcfa5e (patch) | |
tree | b1d65f48256b1f17d6f47429a65050c5d43f420a /doc/api/deployments.md | |
parent | 45b4df3e57c949c88107840c44ccbfaf2eabdf26 (diff) | |
download | gitlab-ce-506d6dcd7c787ba71a8a53102f3d4fdb6adcfa5e.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/deployments.md')
-rw-r--r-- | doc/api/deployments.md | 2 |
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", |