From a4aa448c2d77c514931c36d2252a426fec53923d Mon Sep 17 00:00:00 2001 From: blackst0ne Date: Tue, 13 Jun 2017 18:31:13 +1100 Subject: [PATCH] Documentation bugfix of invalid JSON payload example of Create a commit with multiple files and actions --- changelogs/unreleased/fix_docs_commits_multiple_files.yml | 5 +++++ doc/api/commits.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/fix_docs_commits_multiple_files.yml diff --git a/changelogs/unreleased/fix_docs_commits_multiple_files.yml b/changelogs/unreleased/fix_docs_commits_multiple_files.yml new file mode 100644 index 00000000000..36567354b28 --- /dev/null +++ b/changelogs/unreleased/fix_docs_commits_multiple_files.yml @@ -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 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",