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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-03 00:10:20 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-03 00:10:20 +0300
commitdf52f8c8af971b336f520e291da02e1ba6a1a9dd (patch)
tree41bb94e2d74f8c43e83abaf04f7e4e35cfd56251 /spec/fixtures
parentf3c61892ecbcad3bfe57f06f197ae9e8996970db (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/fixtures')
-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