From 17f03402f12aa32fdc6290b8bc83ad1eea11bc84 Mon Sep 17 00:00:00 2001 From: pquentin <42327+pquentin@users.noreply.github.com> Date: Wed, 28 May 2025 04:08:54 +0000 Subject: [PATCH] Update rest-api-spec --- .../_json_spec/indices.put_data_stream_settings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specification/_json_spec/indices.put_data_stream_settings.json b/specification/_json_spec/indices.put_data_stream_settings.json index 567842eb5d..2300efb18f 100644 --- a/specification/_json_spec/indices.put_data_stream_settings.json +++ b/specification/_json_spec/indices.put_data_stream_settings.json @@ -25,6 +25,11 @@ ] }, "params": { + "dry_run": { + "type": "boolean", + "description": "Perform a dry run but do not actually change any settings", + "default": false + }, "timeout": { "type": "time", "description": "Specify timeout for acknowledging the cluster state update"