From f33e63b5d35b3ce05836100368e9047a54f17f11 Mon Sep 17 00:00:00 2001 From: Jean-Charles Legras Date: Fri, 23 Mar 2018 15:49:20 +0100 Subject: [PATCH] Docs: Update docs/index_.asciidoc (#29172) Use `_doc` in the routing example instead of `tweet` to agree with the text and line up with the other examples. --- docs/reference/docs/index_.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/docs/index_.asciidoc b/docs/reference/docs/index_.asciidoc index faecc08f7c503..07fbe952c98bf 100644 --- a/docs/reference/docs/index_.asciidoc +++ b/docs/reference/docs/index_.asciidoc @@ -249,7 +249,7 @@ on a per-operation basis using the `routing` parameter. For example: [source,js] -------------------------------------------------- -POST twitter/tweet?routing=kimchy +POST twitter/_doc?routing=kimchy { "user" : "kimchy", "post_date" : "2009-11-15T14:12:12",