From c2894d236220ac1a57b7d11e297b0ae1598422fc Mon Sep 17 00:00:00 2001 From: Chris Earle Date: Tue, 18 Oct 2016 12:57:03 -0400 Subject: [PATCH] Add missing '// CONSOLE' to code snippet --- docs/reference/indices/templates.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/indices/templates.asciidoc b/docs/reference/indices/templates.asciidoc index ac515575c9e..95cd32578a0 100644 --- a/docs/reference/indices/templates.asciidoc +++ b/docs/reference/indices/templates.asciidoc @@ -214,6 +214,7 @@ using `filter_path` to limit the response to just the `version`: -------------------------------------------------- GET /_template/template_1?filter_path=*.version -------------------------------------------------- +// CONSOLE // TEST[continued] This should give a small response that makes it both easy and inexpensive to parse: @@ -226,4 +227,4 @@ This should give a small response that makes it both easy and inexpensive to par } } -------------------------------------------------- -// TESTRESPONSE \ No newline at end of file +// TESTRESPONSE