From 5064bf8c5647d4c4430cbb4d097cf1592416de29 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 25 Mar 2020 09:08:11 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/fixtures/api/schemas/environment.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'spec/fixtures') diff --git a/spec/fixtures/api/schemas/environment.json b/spec/fixtures/api/schemas/environment.json index 84217a2a01c..f42d701834a 100644 --- a/spec/fixtures/api/schemas/environment.json +++ b/spec/fixtures/api/schemas/environment.json @@ -44,7 +44,10 @@ "build_path": { "type": "string" } } ] - } + }, + "can_delete": { "type": "boolean" } + , + "delete_path": { "type": "string" } }, "additionalProperties": false } -- cgit v1.2.3