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/group_link/group_link.json')
-rw-r--r--spec/fixtures/api/schemas/group_link/group_link.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/fixtures/api/schemas/group_link/group_link.json b/spec/fixtures/api/schemas/group_link/group_link.json
index 4db38952ecc..421864b2bd7 100644
--- a/spec/fixtures/api/schemas/group_link/group_link.json
+++ b/spec/fixtures/api/schemas/group_link/group_link.json
@@ -5,9 +5,6 @@
"created_at",
"expires_at",
"access_level",
- "valid_roles",
- "can_update",
- "can_remove",
"is_direct_member"
],
"properties": {
@@ -41,9 +38,6 @@
},
"additionalProperties": false
},
- "valid_roles": {
- "type": "object"
- },
"is_shared_with_group_private": {
"type": "boolean"
},
@@ -82,12 +76,6 @@
},
"additionalProperties": false
},
- "can_update": {
- "type": "boolean"
- },
- "can_remove": {
- "type": "boolean"
- },
"is_direct_member": {
"type": "boolean"
}