From 5e58aff562fac5a706f0ec18323ed59c3b8a53d6 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 5 Nov 2025 07:15:29 +0400 Subject: [PATCH] rest-api-spec: fix more default values (#137557) (cherry picked from commit b850c82b5b4bd6ca9d4dde4dafb1b16313013e98) # Conflicts: # rest-api-spec/src/main/resources/rest-api-spec/api/indices.resolve_index.json --- .../src/main/resources/rest-api-spec/api/cat.segments.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/cat.segments.json b/rest-api-spec/src/main/resources/rest-api-spec/api/cat.segments.json index 719388791b580..285eb29ecc505 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/cat.segments.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/cat.segments.json @@ -96,14 +96,17 @@ }, "ignore_unavailable": { "type": "boolean", + "default": false, "description": "Whether specified concrete indices should be ignored when unavailable (missing or closed). Only allowed when providing an index expression." }, "ignore_throttled": { "type": "boolean", + "default": false, "description": "Whether specified concrete, expanded or aliased indices should be ignored when throttled. Only allowed when providing an index expression." }, "allow_no_indices": { "type": "boolean", + "default": true, "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." }, "expand_wildcards": {