Skip to content

Commit 5adfe2d

Browse files
nevriesChristoph Büscher
authored and
Christoph Büscher
committed
[Docs] Update getting-started.asciidoc (#29294)
Description after first use of search API with body does not refer to verb POST.
1 parent befa66a commit 5adfe2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/getting-started.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ GET /bank/_search
777777
// CONSOLE
778778
// TEST[continued]
779779

780-
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.
780+
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.
781781

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

0 commit comments

Comments
 (0)