diff options
author | blackst0ne <blackst0ne.ru@gmail.com> | 2017-06-13 18:31:13 +1100 |
---|---|---|
committer | blackst0ne <blackst0ne.ru@gmail.com> | 2017-06-13 18:31:13 +1100 |
commit | a4aa448c2d77c514931c36d2252a426fec53923d (patch) | |
tree | 51999698c7079eb420cffaa760d0cb907dae9f1f /doc | |
parent | de20057ccbd3b8c94d64ff5d8deb14cab232d08a (diff) | |
download | gitlab-ce-a4aa448c2d77c514931c36d2252a426fec53923d.tar.gz |
Documentation bugfix of invalid JSON payload example of Create a commit with multiple files and actions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/commits.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/commits.md b/doc/api/commits.md index 9cb58dd3ae9..c91f9ecbdaf 100644 --- a/doc/api/commits.md +++ b/doc/api/commits.md @@ -97,7 +97,7 @@ PAYLOAD=$(cat << 'JSON' }, { "action": "delete", - "file_path": "foo/bar2", + "file_path": "foo/bar2" }, { "action": "move", |