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/public_api/v4/issue.json')
-rw-r--r--spec/fixtures/api/schemas/public_api/v4/issue.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/issue.json b/spec/fixtures/api/schemas/public_api/v4/issue.json
index c2b096a922f..dbec110bccf 100644
--- a/spec/fixtures/api/schemas/public_api/v4/issue.json
+++ b/spec/fixtures/api/schemas/public_api/v4/issue.json
@@ -150,6 +150,9 @@
"state": {
"type": "string"
},
+ "locked": {
+ "type": "boolean"
+ },
"avatar_url": {
"type": "string",
"format": "uri"
@@ -180,6 +183,9 @@
"state": {
"type": "string"
},
+ "locked": {
+ "type": "boolean"
+ },
"avatar_url": {
"type": "string",
"format": "uri"
@@ -206,6 +212,9 @@
"state": {
"type": "string"
},
+ "locked": {
+ "type": "boolean"
+ },
"avatar_url": {
"type": "string",
"format": "uri"
@@ -218,6 +227,7 @@
"required": [
"id",
"state",
+ "locked",
"avatar_url",
"name",
"username",
@@ -308,4 +318,4 @@
"confidential",
"web_url"
]
-} \ No newline at end of file
+}