summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-06-13 09:47:38 +0000
committerPhil Hughes <me@iamphill.com>2018-06-13 09:47:38 +0000
commit1f5032ef994e1e97ab231dc04d6be39dc0d85915 (patch)
tree4fa2337344457cfb2eb378db9df55267200b58d7 /spec/fixtures/api/schemas
parenta66af9b121d3f03f46a689cb9bb0867628618974 (diff)
parent379a6a709a55f952133354febddf97854c2d5d4d (diff)
downloadgitlab-ce-1f5032ef994e1e97ab231dc04d6be39dc0d85915.tar.gz
Merge branch '47735-milestone-regression' into 'master'
Resolve "Regressions for assigning group milestone from ancestor" Closes #47735 See merge request gitlab-org/gitlab-ce!19721
Diffstat (limited to 'spec/fixtures/api/schemas')
-rw-r--r--spec/fixtures/api/schemas/public_api/v4/milestones.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/milestones.json b/spec/fixtures/api/schemas/public_api/v4/milestones.json
index c3c42b6ee60..448e97d6c85 100644
--- a/spec/fixtures/api/schemas/public_api/v4/milestones.json
+++ b/spec/fixtures/api/schemas/public_api/v4/milestones.json
@@ -13,7 +13,8 @@
"created_at": { "type": "date" },
"updated_at": { "type": "date" },
"start_date": { "type": "date" },
- "due_date": { "type": "date" }
+ "due_date": { "type": "date" },
+ "web_url": { "type": "string" }
},
"required": [
"id", "iid", "title", "description", "state",