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 a1f530a commit f453e46Copy full SHA for f453e46
docs/reference/getting-started.asciidoc
@@ -670,8 +670,8 @@ You can download the sample dataset (accounts.json) from https://github.com/elas
670
671
[source,sh]
672
--------------------------------------------------
673
-curl -H "Content-Type: application/json" -XPOST 'localhost:9200/bank/account/_bulk?pretty&refresh' --data-binary "@accounts.json"
674
-curl 'localhost:9200/_cat/indices?v'
+curl -H "Content-Type: application/json" -XPOST "localhost:9200/bank/account/_bulk?pretty&refresh" --data-binary "@accounts.json"
+curl "localhost:9200/_cat/indices?v"
675
676
// NOTCONSOLE
677
0 commit comments