Browse Source

Removing 'or closed' from ignore_unavalible in line with new default behviour. (#92233)

amyjtechwriter 2 years ago
parent
commit
c0e624b3b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/snapshot-restore/apis/create-snapshot-api.asciidoc

+ 1 - 1
docs/reference/snapshot-restore/apis/create-snapshot-api.asciidoc

@@ -97,7 +97,7 @@ Don't expand wildcard patterns.
 `ignore_unavailable`::
 (Optional, Boolean)
 If `false`, the snapshot fails if any data stream or index in `indices` is
-missing or closed. If `true`, the snapshot ignores missing or closed data
+missing. If `true`, the snapshot ignores missing data
 streams and indices. Defaults to `false`.
 
 `include_global_state`::