diff options
author | Jan <king-jan1999@hotmail.de> | 2018-06-13 10:28:27 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-06-13 10:28:27 +0000 |
commit | 4077d4f735ed40b7a62baa35464677813c3b6784 (patch) | |
tree | 93280f31285f3ed0a334e53f5ed06d1f646ef262 /spec/fixtures/api | |
parent | a0a6e38b68e02b2e5f3336f14b0d3266d9aadc89 (diff) | |
download | gitlab-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.json | 1 |
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" }, |