Skip to content

Commit e58b300

Browse files
authored
rest-api-spec: fix more default values (elastic#137557) (elastic#137607)
(cherry picked from commit b850c82) # Conflicts: # rest-api-spec/src/main/resources/rest-api-spec/api/indices.resolve_index.json
1 parent a786877 commit e58b300

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/cat.segments.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,17 @@
9696
},
9797
"ignore_unavailable": {
9898
"type": "boolean",
99+
"default": false,
99100
"description": "Whether specified concrete indices should be ignored when unavailable (missing or closed). Only allowed when providing an index expression."
100101
},
101102
"ignore_throttled": {
102103
"type": "boolean",
104+
"default": false,
103105
"description": "Whether specified concrete, expanded or aliased indices should be ignored when throttled. Only allowed when providing an index expression."
104106
},
105107
"allow_no_indices": {
106108
"type": "boolean",
109+
"default": true,
107110
"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). Only allowed when providing an index expression."
108111
},
109112
"expand_wildcards": {

0 commit comments

Comments
 (0)