[Docs] Update getting-started.asciidoc (#29294)

Description after first use of search API with body does not refer to verb POST.
This commit is contained in:
Ragnar Nevries 2018-04-03 14:57:42 +02:00 committed by Christoph Büscher
parent befa66ae35
commit 5adfe2d8e3
1 changed files with 1 additions and 1 deletions

View File

@ -777,7 +777,7 @@ GET /bank/_search
// CONSOLE
// TEST[continued]
The difference here is that instead of passing `q=*` in the URI, we POST a JSON-style query request body to the `_search` API. We'll discuss this JSON query in the next section.
The difference here is that instead of passing `q=*` in the URI, we provide a JSON-style query request body to the `_search` API. We'll discuss this JSON query in the next section.
////
Hidden response just so we can assert that it is indeed the same but don't have