From e4f5b707184352e7bc034f982f6a9af58093b430 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 8 Oct 2019 03:05:52 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/api/deployments.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/api/deployments.md') 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", -- cgit v1.2.1