Skip to content

Commit

Permalink
[DOCS] Change _routing to routing in mget API docs (#76214) (#76305)
Browse files Browse the repository at this point in the history
The request body parameter is `routing`, not `_routing`.

Co-authored-by: Daniel Imfeld <daniel@imfeld.dev>
  • Loading branch information
jrodewig and dimfeld committed Aug 10, 2021
1 parent ddfa1ac commit 1100311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/docs/multi-get.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 1100311

Please sign in to comment.