summaryrefslogtreecommitdiff
path: root/spec/fixtures
diff options
context:
space:
mode:
authorRobert Schilling <2900-razer6@users.noreply.gitlab.com>2019-02-13 12:24:13 +0000
committerRémy Coutable <remy@rymai.me>2019-02-13 12:24:13 +0000
commit3328f097c9e0936635d580806857e870eb15c1b4 (patch)
treee2c05e8184866ef78e6a65995b26036a6297897e /spec/fixtures
parentc0fa62b5d275508449ad97c8cecd8cd6bba1ef15 (diff)
downloadgitlab-ce-3328f097c9e0936635d580806857e870eb15c1b4.tar.gz
Add milestone progress to API
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/api/schemas/public_api/v4/milestone.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/milestone.json b/spec/fixtures/api/schemas/public_api/v4/milestone.json
index 6ca2e88ae91..971f7980f46 100644
--- a/spec/fixtures/api/schemas/public_api/v4/milestone.json
+++ b/spec/fixtures/api/schemas/public_api/v4/milestone.json
@@ -8,6 +8,7 @@
"title": { "type": "string" },
"description": { "type": ["string", "null"] },
"state": { "type": "string" },
+ "percentage_complete": { "type": "integer" },
"created_at": { "type": "date" },
"updated_at": { "type": "date" },
"start_date": { "type": "date" },