Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-10-07 11:24:57 +0300
committerPhil Hughes <me@iamphill.com>2016-10-07 11:24:57 +0300
commit7d20a91b2ecf0af89b3a6d3a5d4d8621114687ec (patch)
tree3aceaa120558f70d525338d5ffd722c5d1b05b07 /spec/fixtures
parent1aff95c76844adb880e7f935deab8af5e797fb51 (diff)
Restore subscribe status in JSON
Diffstat (limited to 'spec/fixtures')
-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
}