summaryrefslogtreecommitdiff
path: root/spec/fixtures/api
diff options
context:
space:
mode:
authorJan <king-jan1999@hotmail.de>2018-06-13 10:28:27 +0000
committerRémy Coutable <remy@rymai.me>2018-06-13 10:28:27 +0000
commit4077d4f735ed40b7a62baa35464677813c3b6784 (patch)
tree93280f31285f3ed0a334e53f5ed06d1f646ef262 /spec/fixtures/api
parenta0a6e38b68e02b2e5f3336f14b0d3266d9aadc89 (diff)
downloadgitlab-ce-4077d4f735ed40b7a62baa35464677813c3b6784.tar.gz
Resolve "Provide ability to retrieve `visibility` level via Snippets API"
Diffstat (limited to 'spec/fixtures/api')
-rw-r--r--spec/fixtures/api/schemas/public_api/v4/snippets.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/snippets.json b/spec/fixtures/api/schemas/public_api/v4/snippets.json
index e37e9704649..d13d703e063 100644
--- a/spec/fixtures/api/schemas/public_api/v4/snippets.json
+++ b/spec/fixtures/api/schemas/public_api/v4/snippets.json
@@ -8,6 +8,7 @@
"title": { "type": "string" },
"file_name": { "type": ["string", "null"] },
"description": { "type": ["string", "null"] },
+ "visibility": { "type": "string" },
"web_url": { "type": "string" },
"created_at": { "type": "date" },
"updated_at": { "type": "date" },