diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2017-01-30 14:34:47 -0200 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2017-02-03 17:02:44 +0300 |
commit | ffeb3200c1c8558345c99de64723de2747b7ffe8 (patch) | |
tree | ab9b018e4a5121d7613942b0757ff87bc27863e2 /spec/fixtures | |
parent | e140675eef49e65e8b80909cf22c05284514cdef (diff) | |
download | gitlab-ce-ffeb3200c1c8558345c99de64723de2747b7ffe8.tar.gz |
Add optional id property to the issue schema
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/api/schemas/issue.json | 1 |
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" }, |