Skip to content

Commit 84eb8c9

Browse files
nevriesChristoph Büscher
authored andcommitted
[Docs] Update getting-started.asciidoc (#29294)
Description after first use of search API with body does not refer to verb POST.
1 parent e1f7ffb commit 84eb8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/getting-started.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ GET /bank/_search
778778
// CONSOLE
779779
// TEST[continued]
780780

781-
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.
781+
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.
782782

783783
////
784784
Hidden response just so we can assert that it is indeed the same but don't have

0 commit comments

Comments
 (0)