浏览代码

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

Description after first use of search API with body does not refer to verb POST.
Ragnar Nevries 7 年之前
父节点
当前提交
5adfe2d8e3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/getting-started.asciidoc

+ 1 - 1
docs/reference/getting-started.asciidoc

@@ -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