Skip to content

Commit

Permalink
Update rest-api-spec main (#2875)
Browse files Browse the repository at this point in the history
Co-authored-by: pquentin <[email protected]>
  • Loading branch information
github-actions[bot] and pquentin authored Sep 11, 2024
1 parent b2ad226 commit 1c443dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
7 changes: 0 additions & 7 deletions output/schema/validation-errors.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions specification/_json_spec/indices.resolve_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@
"options": ["open", "closed", "hidden", "none", "all"],
"default": "open",
"description": "Whether wildcard expressions should get expanded to open or closed indices (default: open)"
},
"ignore_unavailable": {
"type": "boolean",
"description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)",
"default": false
},
"allow_no_indices": {
"type": "boolean",
"description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)",
"default": true
}
}
}
Expand Down

0 comments on commit 1c443dd

Please sign in to comment.