From b8653d3f2a3b621d15d6667d3a1507807516e55c Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Wed, 21 Aug 2019 08:19:23 -0400 Subject: [PATCH] Correct expand_wildcards values --- docs/reference/rest-api/common-parms.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/rest-api/common-parms.asciidoc b/docs/reference/rest-api/common-parms.asciidoc index 067c531811f54..2886fa2ea74f0 100644 --- a/docs/reference/rest-api/common-parms.asciidoc +++ b/docs/reference/rest-api/common-parms.asciidoc @@ -19,8 +19,8 @@ tag::expand-wildcards[] (Optional, string) Controls what kind of indices that wildcard expressions can expand to. Valid values are: -`open`:: -Expand only to open and closed indices. +`all`:: +Expand to open and closed indices. `open`:: Expand only to open indices.