mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Update getting-started.asciidoc
Missing -X flag at the curl template Closes #8977
This commit is contained in:
parent
4b5e6b2de0
commit
adb1a5b43b
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ If we study the above commands carefully, we can actually see a pattern of how w
|
||||||
|
|
||||||
[source,sh]
|
[source,sh]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
curl -<REST Verb> <Node>:<Port>/<Index>/<Type>/<ID>
|
curl -X<REST Verb> <Node>:<Port>/<Index>/<Type>/<ID>
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
This REST access pattern is pervasive throughout all the API commands that if you can simply remember it, you will have a good head start at mastering Elasticsearch.
|
This REST access pattern is pervasive throughout all the API commands that if you can simply remember it, you will have a good head start at mastering Elasticsearch.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue