1
0
Эх сурвалжийг харах

[DOCS] Fix typo in search API `explain` param def (#56991)

Co-authored-by: James Rodewig <james.rodewig@elastic.co>
Théophile Helleboid - chtitux 5 жил өмнө
parent
commit
309d86df97

+ 1 - 1
docs/reference/search/search.asciidoc

@@ -299,7 +299,7 @@ computation as part of a hit. Defaults to `false`.
 --
 [IMPORTANT]
 ====
-You can also specify this value using the `explain` request body parameter. If
+You can also specify this value using the `explain` query parameter. If
 both parameters are specified, only the query parameter is used.
 ====
 --