mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
Documentation bugfix of invalid JSON payload example of Create a commit with multiple files and actions
This commit is contained in:
@ -97,7 +97,7 @@ PAYLOAD=$(cat << 'JSON'
|
||||
},
|
||||
{
|
||||
"action": "delete",
|
||||
"file_path": "foo/bar2",
|
||||
"file_path": "foo/bar2"
|
||||
},
|
||||
{
|
||||
"action": "move",
|
||||
|
Reference in New Issue
Block a user