Skip to content

Commit f4ddb43

Browse files
authored
[DOCS] Clarify allow_no_indices def (#63209) (#63258)
1 parent 51d0ed1 commit f4ddb43

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,9 @@ end::target-index-aliases[]
4848

4949
tag::allow-no-indices[]
5050
`allow_no_indices`::
51-
(Optional, boolean) If `true`,
52-
the request does *not* return an error
53-
if a wildcard expression
54-
or `_all` value retrieves only missing or closed indices.
55-
+
56-
This parameter also applies to <<indices-aliases,index aliases>>
57-
that point to a missing or closed index.
51+
(Optional, boolean) If `false`, the request returns an error when a
52+
wildcard expression, <<indices-aliases,index alias>>, or `_all` value targets
53+
only missing or closed indices.
5854
end::allow-no-indices[]
5955

6056
tag::allow-no-match-transforms1[]

0 commit comments

Comments
 (0)