We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72f22d commit f3bb517Copy full SHA for f3bb517
assets/js/copy-button.js
@@ -62,7 +62,7 @@ function addCurl(textToCopy) {
62
result += path + "\"";
63
64
if (body.length > 0) {
65
- result += " -H 'Content-Type: application/json' -d'\n" + body + "'";
+ result += " -H 'Content-Type: application/json' -d'\n" + body + "\n'";
66
}
67
68
return result;
0 commit comments