Skip to content

Commit 6175659

Browse files
committed
[DOCS] Correct definition for allow_no_indices parameter (#46450)
1 parent 6ae1ae9 commit 6175659

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/reference/rest-api/common-parms.asciidoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ end::index-alias-filter[]
2020

2121
tag::allow-no-indices[]
2222
`allow_no_indices`::
23-
(Optional, boolean) If `true`, the request returns an error if a wildcard
24-
expression or `_all` value retrieves only missing or closed indices. This
25-
parameter also applies to <<indices-aliases,index aliases>> that point to a
26-
missing or closed index.
23+
(Optional, boolean) If `true`,
24+
the request does *not* return an error
25+
if a wildcard expression
26+
or `_all` value retrieves only missing or closed indices.
27+
+
28+
This parameter also applies to <<indices-aliases,index aliases>>
29+
that point to a missing or closed index.
2730
end::allow-no-indices[]
2831

2932
tag::analyzer[]

0 commit comments

Comments
 (0)