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:
commit
578f460674
2 changed files with 6 additions and 1 deletions
|
@ -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
|
|
@ -97,7 +97,7 @@ PAYLOAD=$(cat << 'JSON'
|
|||
},
|
||||
{
|
||||
"action": "delete",
|
||||
"file_path": "foo/bar2",
|
||||
"file_path": "foo/bar2"
|
||||
},
|
||||
{
|
||||
"action": "move",
|
||||
|
|
Loading…
Reference in a new issue