summaryrefslogtreecommitdiff
path: root/doc/api/deployments.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-08 03:05:52 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-08 03:05:52 +0000
commite4f5b707184352e7bc034f982f6a9af58093b430 (patch)
tree6d70e82e014a1858cd2dd0c1ddda3b29e5180139 /doc/api/deployments.md
parentca95fe0b55e6a350aeb978ecc7fbd31c44ab84f4 (diff)
downloadgitlab-ce-e4f5b707184352e7bc034f982f6a9af58093b430.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/deployments.md')
-rw-r--r--doc/api/deployments.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/deployments.md b/doc/api/deployments.md
index 0a67f134d54..df3a98b1dc8 100644
--- a/doc/api/deployments.md
+++ b/doc/api/deployments.md
@@ -24,6 +24,7 @@ Example of response
[
{
"created_at": "2016-08-11T07:36:40.222Z",
+ "updated_at": "2016-08-11T07:38:12.414Z",
"deployable": {
"commit": {
"author_email": "admin@example.com",
@@ -83,6 +84,7 @@ Example of response
},
{
"created_at": "2016-08-11T11:32:35.444Z",
+ "updated_at": "2016-08-11T11:34:01.123Z",
"deployable": {
"commit": {
"author_email": "admin@example.com",
@@ -167,6 +169,7 @@ Example of response
"ref": "master",
"sha": "a91957a858320c0e17f3a0eca7cfacbff50ea29a",
"created_at": "2016-08-11T11:32:35.444Z",
+ "updated_at": "2016-08-11T11:34:01.123Z",
"user": {
"name": "Administrator",
"username": "root",