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/deploy_key.json')
-rw-r--r--spec/fixtures/api/schemas/public_api/v4/deploy_key.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/deploy_key.json b/spec/fixtures/api/schemas/public_api/v4/deploy_key.json
index 4f8b5c8422e..77e533488f0 100644
--- a/spec/fixtures/api/schemas/public_api/v4/deploy_key.json
+++ b/spec/fixtures/api/schemas/public_api/v4/deploy_key.json
@@ -50,6 +50,12 @@
"items": {
"$ref": "project/identity.json"
}
+ },
+ "projects_with_readonly_access": {
+ "type": "array",
+ "items": {
+ "$ref": "project/identity.json"
+ }
}
},
"additionalProperties": false