Merge branch 'fix_docs_commits_multiple_files' into 'master'

Documentation bugfix of invalid JSON payload example of Create a commit with multiple files and actions

See merge request !12117
This commit is contained in:
Rémy Coutable 2017-06-13 08:18:16 +00:00
commit 578f460674
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
title: Documentation bugfix of invalid JSON payload example of Create a commit with
multiple files and actions
merge_request: 12117
author: @blackst0ne

View File

@ -97,7 +97,7 @@ PAYLOAD=$(cat << 'JSON'
},
{
"action": "delete",
"file_path": "foo/bar2",
"file_path": "foo/bar2"
},
{
"action": "move",