summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas
diff options
context:
space:
mode:
authorOswaldo Ferreira <oswaldo@gitlab.com>2017-11-13 21:36:18 -0200
committerOswaldo Ferreira <oswaldo@gitlab.com>2017-11-20 12:38:53 -0200
commitd2699aea57eaef6adee25bb453a6096b80dda28f (patch)
treebe2ea704731ce5b7126271afa38f53d4f0c6e7e9 /spec/fixtures/api/schemas
parentbd026b6a28ac410ad455b7b915cafc9782296b6b (diff)
downloadgitlab-ce-d2699aea57eaef6adee25bb453a6096b80dda28f.tar.gz
Add issue sidebar and toggle_subscription endpoint in board issues data
Diffstat (limited to 'spec/fixtures/api/schemas')
-rw-r--r--spec/fixtures/api/schemas/issue.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/issue.json b/spec/fixtures/api/schemas/issue.json
index a55ecaa5697..b579e32c9aa 100644
--- a/spec/fixtures/api/schemas/issue.json
+++ b/spec/fixtures/api/schemas/issue.json
@@ -13,6 +13,8 @@
"confidential": { "type": "boolean" },
"due_date": { "type": ["date", "null"] },
"relative_position": { "type": "integer" },
+ "issue_sidebar_endpoint": { "type": "string" },
+ "toggle_subscription_endpoint": { "type": "string" },
"project": {
"id": { "type": "integer" },
"path": { "type": "string" }