summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-01-30 14:34:47 -0200
committerFatih Acet <acetfatih@gmail.com>2017-02-03 17:02:44 +0300
commitffeb3200c1c8558345c99de64723de2747b7ffe8 (patch)
treeab9b018e4a5121d7613942b0757ff87bc27863e2
parente140675eef49e65e8b80909cf22c05284514cdef (diff)
downloadgitlab-ce-ffeb3200c1c8558345c99de64723de2747b7ffe8.tar.gz
Add optional id property to the issue schema
-rw-r--r--spec/fixtures/api/schemas/issue.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/issue.json b/spec/fixtures/api/schemas/issue.json
index 77f2bcee1f3..8e19cee5440 100644
--- a/spec/fixtures/api/schemas/issue.json
+++ b/spec/fixtures/api/schemas/issue.json
@@ -6,6 +6,7 @@
"confidential"
],
"properties" : {
+ "id": { "type": "integer" },
"iid": { "type": "integer" },
"title": { "type": "string" },
"confidential": { "type": "boolean" },