Commit a4aa448c authored by blackst0ne's avatar blackst0ne

Documentation bugfix of invalid JSON payload example of Create a commit with...

Documentation bugfix of invalid JSON payload example of Create a commit with multiple files and actions
parent de20057c
---
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' ...@@ -97,7 +97,7 @@ PAYLOAD=$(cat << 'JSON'
}, },
{ {
"action": "delete", "action": "delete",
"file_path": "foo/bar2", "file_path": "foo/bar2"
}, },
{ {
"action": "move", "action": "move",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment