summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswaldo Ferreira <oswaldo@gitlab.com>2017-05-10 20:35:19 -0300
committerFatih Acet <acetfatih@gmail.com>2017-05-16 15:11:55 +0300
commita2dbb69331ad13c77986bc2c4ed64298d5bc1388 (patch)
treee3dc1f2e40c13d285b480f8547894e3683ed7c47
parent3f6121f2f57fab49326a2082a14dae249a91ac9d (diff)
downloadgitlab-ce-a2dbb69331ad13c77986bc2c4ed64298d5bc1388.tar.gz
Add new_blob_path to MR json schema
-rw-r--r--spec/fixtures/api/schemas/entities/merge_request.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/entities/merge_request.json b/spec/fixtures/api/schemas/entities/merge_request.json
index 0a7e0e2d5f2..e5df3e7b6d1 100644
--- a/spec/fixtures/api/schemas/entities/merge_request.json
+++ b/spec/fixtures/api/schemas/entities/merge_request.json
@@ -86,6 +86,7 @@
"email_patches_path": { "type": "string" },
"plain_diff_path": { "type": "string" },
"status_path": { "type": "string" },
+ "new_blob_path": { "type": "string" },
"merge_check_path": { "type": "string" },
"ci_environments_status_path": { "type": "string" },
"merge_commit_message_with_description": { "type": "string" },