From fb9ff5d93f0ec47912c632bbf698b4a7eb3e55bc Mon Sep 17 00:00:00 2001 From: Jean-Charles Legras Date: Tue, 20 Mar 2018 18:13:45 +0100 Subject: [PATCH] Update index_.asciidoc Routing example : typo in the type's name (twitter instead of _doc type) --- 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",