summaryrefslogtreecommitdiff
path: root/spec/fixtures
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-09 21:07:48 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-09 21:07:48 +0000
commite98d69bc8b8b926a727d36e37d2ee30c9fa28907 (patch)
tree1e86398c19b6ddd0602a99fb449cf75652ac62cf /spec/fixtures
parent007aba8b3b5583c5ef31670369f32f9f1f72555d (diff)
downloadgitlab-ce-e98d69bc8b8b926a727d36e37d2ee30c9fa28907.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/api/schemas/error_tracking/update_issue.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/error_tracking/update_issue.json b/spec/fixtures/api/schemas/error_tracking/update_issue.json
new file mode 100644
index 00000000000..72514ce647d
--- /dev/null
+++ b/spec/fixtures/api/schemas/error_tracking/update_issue.json
@@ -0,0 +1,16 @@
+{
+ "type": "object",
+ "required" : [
+ "result"
+ ],
+ "properties" : {
+ "result": {
+ "type": "object",
+ "properties": {
+ "status": { "type": "string" },
+ "updated": { "type": "boolean" }
+ }
+ }
+ },
+ "additionalProperties": false
+}