Преглед изворни кода

[DOCS] Change `_routing` to `routing` in mget API docs (#76214) (#76304)

The request body parameter is `routing`, not `_routing`.

Co-authored-by: Daniel Imfeld <daniel@imfeld.dev>
James Rodewig пре 4 година
родитељ
комит
bd665103ed
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/reference/docs/multi-get.asciidoc

+ 1 - 1
docs/reference/docs/multi-get.asciidoc

@@ -100,7 +100,7 @@ document:
 The index that contains the document.
 Required if no index is specified in the request URI.
 
-`_routing`::
+`routing`::
 (Optional, string) The key for the primary shard the document resides on.
 Required if routing is used during indexing.