Commit 578f4606 authored by Rémy Coutable's avatar Rémy Coutable

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
parents 6f5a68f5 a4aa448c
---
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",
......
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