Skip to content

Commit

Permalink
[Docs] Update getting-started.asciidoc (#29294)
Browse files Browse the repository at this point in the history
Description after first use of search API with body does not refer to verb POST.
  • Loading branch information
nevries authored and Christoph Büscher committed Apr 3, 2018
1 parent e1f7ffb commit 84eb8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,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
Expand Down

0 comments on commit 84eb8c9

Please sign in to comment.