summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/issue.json
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-10-07 09:24:57 +0100
committerPhil Hughes <me@iamphill.com>2016-10-07 09:24:57 +0100
commit7d20a91b2ecf0af89b3a6d3a5d4d8621114687ec (patch)
tree3aceaa120558f70d525338d5ffd722c5d1b05b07 /spec/fixtures/api/schemas/issue.json
parent1aff95c76844adb880e7f935deab8af5e797fb51 (diff)
downloadgitlab-ce-7d20a91b2ecf0af89b3a6d3a5d4d8621114687ec.tar.gz
Restore subscribe status in JSON
Diffstat (limited to 'spec/fixtures/api/schemas/issue.json')
-rw-r--r--spec/fixtures/api/schemas/issue.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/issue.json b/spec/fixtures/api/schemas/issue.json
index 6de6618e475..77f2bcee1f3 100644
--- a/spec/fixtures/api/schemas/issue.json
+++ b/spec/fixtures/api/schemas/issue.json
@@ -43,7 +43,8 @@
"name": { "type": "string" },
"username": { "type": "string" },
"avatar_url": { "type": "uri" }
- }
+ },
+ "subscribed": { "type": ["boolean", "null"] }
},
"additionalProperties": false
}