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:
Diffstat (limited to 'spec/fixtures/api/schemas/entities/discussion.json')
-rw-r--r--spec/fixtures/api/schemas/entities/discussion.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/entities/discussion.json b/spec/fixtures/api/schemas/entities/discussion.json
index 45271926547..f91571fbc48 100644
--- a/spec/fixtures/api/schemas/entities/discussion.json
+++ b/spec/fixtures/api/schemas/entities/discussion.json
@@ -103,6 +103,9 @@
"noteable_type": {
"type": "string"
},
+ "project_id": {
+ "type": "integer"
+ },
"resolved": {
"type": "boolean"
},
@@ -191,6 +194,12 @@
"boolean",
"null"
]
+ },
+ "external_author": {
+ "type": [
+ "string",
+ "null"
+ ]
}
},
"required": [
@@ -207,4 +216,4 @@
}
}
}
-} \ No newline at end of file
+}