From 9cc2969ab09b27a946368a8eb616656c2761dea1 Mon Sep 17 00:00:00 2001 From: pquentin <42327+pquentin@users.noreply.github.com> Date: Sat, 25 Oct 2025 04:07:12 +0000 Subject: [PATCH] Update rest-api-spec --- specification/_json_spec/async_search.submit.json | 4 ++-- specification/_json_spec/clear_scroll.json | 1 - specification/_json_spec/close_point_in_time.json | 1 - specification/_json_spec/cluster.info.json | 3 +-- specification/_json_spec/cluster.remote_info.json | 3 +-- specification/_json_spec/connector.secret_delete.json | 3 +-- specification/_json_spec/connector.secret_get.json | 3 +-- specification/_json_spec/connector.secret_post.json | 1 - specification/_json_spec/connector.secret_put.json | 1 - specification/_json_spec/count.json | 4 ++-- .../_json_spec/dangling_indices.list_dangling_indices.json | 3 +-- specification/_json_spec/delete_by_query.json | 4 ++-- specification/_json_spec/explain.json | 4 ++-- specification/_json_spec/fleet.delete_secret.json | 3 +-- specification/_json_spec/fleet.get_secret.json | 3 +-- specification/_json_spec/fleet.msearch.json | 1 - specification/_json_spec/fleet.post_secret.json | 1 - specification/_json_spec/get_script_context.json | 3 +-- specification/_json_spec/get_script_languages.json | 3 +-- specification/_json_spec/ilm.get_status.json | 3 +-- specification/_json_spec/ilm.move_to_step.json | 1 - specification/_json_spec/ilm.remove_policy.json | 3 +-- specification/_json_spec/ilm.retry.json | 3 +-- specification/_json_spec/indices.downsample.json | 1 - specification/_json_spec/indices.modify_data_stream.json | 1 - specification/_json_spec/indices.validate_query.json | 4 ++-- specification/_json_spec/info.json | 3 +-- specification/_json_spec/ingest.get_geoip_database.json | 3 +-- specification/_json_spec/ingest.get_ip_location_database.json | 3 +-- specification/_json_spec/ingest.processor_grok.json | 3 +-- specification/_json_spec/license.get_basic_status.json | 3 +-- specification/_json_spec/license.get_trial_status.json | 3 +-- specification/_json_spec/logstash.delete_pipeline.json | 3 +-- specification/_json_spec/logstash.get_pipeline.json | 3 +-- specification/_json_spec/logstash.put_pipeline.json | 1 - specification/_json_spec/migration.deprecations.json | 3 +-- .../_json_spec/migration.get_feature_upgrade_status.json | 3 +-- specification/_json_spec/migration.post_feature_upgrade.json | 3 +-- specification/_json_spec/ml.estimate_model_memory.json | 1 - specification/_json_spec/ml.explain_data_frame_analytics.json | 3 +-- specification/_json_spec/ml.preview_data_frame_analytics.json | 3 +-- specification/_json_spec/ml.update_model_snapshot.json | 1 - specification/_json_spec/ml.validate.json | 1 - specification/_json_spec/ml.validate_detector.json | 1 - specification/_json_spec/ping.json | 3 +-- specification/_json_spec/scripts_painless_execute.json | 1 - specification/_json_spec/search.json | 4 ++-- specification/_json_spec/security.authenticate.json | 3 +-- specification/_json_spec/security.clear_api_key_cache.json | 3 +-- .../_json_spec/security.clear_cached_privileges.json | 3 +-- specification/_json_spec/security.clear_cached_roles.json | 3 +-- .../_json_spec/security.clear_cached_service_tokens.json | 3 +-- .../_json_spec/security.create_cross_cluster_api_key.json | 1 - specification/_json_spec/security.delegate_pki.json | 1 - specification/_json_spec/security.get_builtin_privileges.json | 3 +-- specification/_json_spec/security.get_privileges.json | 3 +-- specification/_json_spec/security.get_role.json | 3 +-- specification/_json_spec/security.get_role_mapping.json | 3 +-- specification/_json_spec/security.get_service_accounts.json | 3 +-- .../_json_spec/security.get_service_credentials.json | 3 +-- specification/_json_spec/security.get_token.json | 1 - specification/_json_spec/security.get_user_privileges.json | 3 +-- specification/_json_spec/security.has_privileges.json | 1 - .../_json_spec/security.has_privileges_user_profile.json | 1 - specification/_json_spec/security.invalidate_token.json | 1 - specification/_json_spec/shutdown.get_node.json | 3 +-- specification/_json_spec/sql.translate.json | 1 - specification/_json_spec/ssl.certificates.json | 3 +-- specification/_json_spec/streams.logs_disable.json | 4 ++-- specification/_json_spec/streams.logs_enable.json | 4 ++-- specification/_json_spec/streams.status.json | 4 ++-- specification/_json_spec/terms_enum.json | 1 - specification/_json_spec/update_by_query.json | 4 ++-- specification/_json_spec/watcher.get_watch.json | 3 +-- specification/_json_spec/watcher.query_watches.json | 1 - 75 files changed, 61 insertions(+), 126 deletions(-) diff --git a/specification/_json_spec/async_search.submit.json b/specification/_json_spec/async_search.submit.json index e0b6b769b8..c87ca7db38 100644 --- a/specification/_json_spec/async_search.submit.json +++ b/specification/_json_spec/async_search.submit.json @@ -69,8 +69,8 @@ }, "default_operator": { "type": "enum", - "options": ["AND", "OR"], - "default": "OR", + "options": ["and", "or"], + "default": "or", "description": "The default operator for query string query (AND or OR)" }, "df": { diff --git a/specification/_json_spec/clear_scroll.json b/specification/_json_spec/clear_scroll.json index 65abe37643..4cf4c5ddf9 100644 --- a/specification/_json_spec/clear_scroll.json +++ b/specification/_json_spec/clear_scroll.json @@ -33,7 +33,6 @@ } ] }, - "params": {}, "body": { "description": "A comma-separated list of scroll IDs to clear if none was specified via the scroll_id parameter", "required": false diff --git a/specification/_json_spec/close_point_in_time.json b/specification/_json_spec/close_point_in_time.json index ab0b29fde7..1c8725cdd9 100644 --- a/specification/_json_spec/close_point_in_time.json +++ b/specification/_json_spec/close_point_in_time.json @@ -18,7 +18,6 @@ } ] }, - "params": {}, "body": { "description": "a point-in-time id to close", "required": true diff --git a/specification/_json_spec/cluster.info.json b/specification/_json_spec/cluster.info.json index 0b84c8ce14..4c02c83c52 100644 --- a/specification/_json_spec/cluster.info.json +++ b/specification/_json_spec/cluster.info.json @@ -23,7 +23,6 @@ } } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/cluster.remote_info.json b/specification/_json_spec/cluster.remote_info.json index f25491ef74..c5fa1b512e 100644 --- a/specification/_json_spec/cluster.remote_info.json +++ b/specification/_json_spec/cluster.remote_info.json @@ -16,7 +16,6 @@ "methods": ["GET"] } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/connector.secret_delete.json b/specification/_json_spec/connector.secret_delete.json index 5ec1ebd7c1..47cb2c5660 100644 --- a/specification/_json_spec/connector.secret_delete.json +++ b/specification/_json_spec/connector.secret_delete.json @@ -22,7 +22,6 @@ } } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/connector.secret_get.json b/specification/_json_spec/connector.secret_get.json index 2d8e691d22..b1f3f7315c 100644 --- a/specification/_json_spec/connector.secret_get.json +++ b/specification/_json_spec/connector.secret_get.json @@ -22,7 +22,6 @@ } } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/connector.secret_post.json b/specification/_json_spec/connector.secret_post.json index e769fe3961..078d0d2bb3 100644 --- a/specification/_json_spec/connector.secret_post.json +++ b/specification/_json_spec/connector.secret_post.json @@ -17,7 +17,6 @@ } ] }, - "params": {}, "body": { "description": "The secret value to store", "required": true diff --git a/specification/_json_spec/connector.secret_put.json b/specification/_json_spec/connector.secret_put.json index e245263424..0f1a134071 100644 --- a/specification/_json_spec/connector.secret_put.json +++ b/specification/_json_spec/connector.secret_put.json @@ -23,7 +23,6 @@ } ] }, - "params": {}, "body": { "description": "The secret value to store", "required": true diff --git a/specification/_json_spec/count.json b/specification/_json_spec/count.json index 7cf4d51ff4..42b23e4337 100644 --- a/specification/_json_spec/count.json +++ b/specification/_json_spec/count.json @@ -77,8 +77,8 @@ }, "default_operator": { "type": "enum", - "options": ["AND", "OR"], - "default": "OR", + "options": ["and", "or"], + "default": "or", "description": "The default operator for query string query (AND or OR)" }, "df": { diff --git a/specification/_json_spec/dangling_indices.list_dangling_indices.json b/specification/_json_spec/dangling_indices.list_dangling_indices.json index 2739282aab..689444e5a1 100644 --- a/specification/_json_spec/dangling_indices.list_dangling_indices.json +++ b/specification/_json_spec/dangling_indices.list_dangling_indices.json @@ -16,7 +16,6 @@ "methods": ["GET"] } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/delete_by_query.json b/specification/_json_spec/delete_by_query.json index ae1eca37c9..9d98430437 100644 --- a/specification/_json_spec/delete_by_query.json +++ b/specification/_json_spec/delete_by_query.json @@ -36,8 +36,8 @@ }, "default_operator": { "type": "enum", - "options": ["AND", "OR"], - "default": "OR", + "options": ["and", "or"], + "default": "or", "description": "The default operator for query string query (AND or OR)" }, "df": { diff --git a/specification/_json_spec/explain.json b/specification/_json_spec/explain.json index f015b30317..49ed3eab46 100644 --- a/specification/_json_spec/explain.json +++ b/specification/_json_spec/explain.json @@ -40,8 +40,8 @@ }, "default_operator": { "type": "enum", - "options": ["AND", "OR"], - "default": "OR", + "options": ["and", "or"], + "default": "or", "description": "The default operator for query string query (AND or OR)" }, "df": { diff --git a/specification/_json_spec/fleet.delete_secret.json b/specification/_json_spec/fleet.delete_secret.json index 94a09cb64f..db80476d55 100644 --- a/specification/_json_spec/fleet.delete_secret.json +++ b/specification/_json_spec/fleet.delete_secret.json @@ -22,7 +22,6 @@ } } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/fleet.get_secret.json b/specification/_json_spec/fleet.get_secret.json index 54535caa76..5eb05e8ea0 100644 --- a/specification/_json_spec/fleet.get_secret.json +++ b/specification/_json_spec/fleet.get_secret.json @@ -22,7 +22,6 @@ } } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/fleet.msearch.json b/specification/_json_spec/fleet.msearch.json index 4dfd20aba6..f8e5fa4f8c 100644 --- a/specification/_json_spec/fleet.msearch.json +++ b/specification/_json_spec/fleet.msearch.json @@ -28,7 +28,6 @@ } ] }, - "params": {}, "body": { "description": "The request definitions (metadata-fleet search request definition pairs), separated by newlines", "required": true, diff --git a/specification/_json_spec/fleet.post_secret.json b/specification/_json_spec/fleet.post_secret.json index a6552ddae2..898a245003 100644 --- a/specification/_json_spec/fleet.post_secret.json +++ b/specification/_json_spec/fleet.post_secret.json @@ -17,7 +17,6 @@ } ] }, - "params": {}, "body": { "description": "The secret value to store", "required": true diff --git a/specification/_json_spec/get_script_context.json b/specification/_json_spec/get_script_context.json index dae63b79d9..3d862b43c7 100644 --- a/specification/_json_spec/get_script_context.json +++ b/specification/_json_spec/get_script_context.json @@ -16,7 +16,6 @@ "methods": ["GET"] } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/get_script_languages.json b/specification/_json_spec/get_script_languages.json index 51593ea28e..b42cc521c4 100644 --- a/specification/_json_spec/get_script_languages.json +++ b/specification/_json_spec/get_script_languages.json @@ -16,7 +16,6 @@ "methods": ["GET"] } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/ilm.get_status.json b/specification/_json_spec/ilm.get_status.json index b2073925d3..24451d8e50 100644 --- a/specification/_json_spec/ilm.get_status.json +++ b/specification/_json_spec/ilm.get_status.json @@ -16,7 +16,6 @@ "methods": ["GET"] } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/ilm.move_to_step.json b/specification/_json_spec/ilm.move_to_step.json index 7d84b8f6dc..ee324a1c88 100644 --- a/specification/_json_spec/ilm.move_to_step.json +++ b/specification/_json_spec/ilm.move_to_step.json @@ -24,7 +24,6 @@ } ] }, - "params": {}, "body": { "description": "The new lifecycle step to move to", "required": true diff --git a/specification/_json_spec/ilm.remove_policy.json b/specification/_json_spec/ilm.remove_policy.json index 11330b025d..10fc51c567 100644 --- a/specification/_json_spec/ilm.remove_policy.json +++ b/specification/_json_spec/ilm.remove_policy.json @@ -22,7 +22,6 @@ } } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/ilm.retry.json b/specification/_json_spec/ilm.retry.json index ffd05646f7..9a3c165e42 100644 --- a/specification/_json_spec/ilm.retry.json +++ b/specification/_json_spec/ilm.retry.json @@ -22,7 +22,6 @@ } } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/indices.downsample.json b/specification/_json_spec/indices.downsample.json index bbb3db46ba..293ef3686e 100644 --- a/specification/_json_spec/indices.downsample.json +++ b/specification/_json_spec/indices.downsample.json @@ -30,7 +30,6 @@ } ] }, - "params": {}, "body": { "description": "The downsampling configuration", "required": true diff --git a/specification/_json_spec/indices.modify_data_stream.json b/specification/_json_spec/indices.modify_data_stream.json index 22a430bb18..81fbcd7526 100644 --- a/specification/_json_spec/indices.modify_data_stream.json +++ b/specification/_json_spec/indices.modify_data_stream.json @@ -18,7 +18,6 @@ } ] }, - "params": {}, "body": { "description": "The data stream modifications", "required": true diff --git a/specification/_json_spec/indices.validate_query.json b/specification/_json_spec/indices.validate_query.json index 387c910509..9ef37bb2eb 100644 --- a/specification/_json_spec/indices.validate_query.json +++ b/specification/_json_spec/indices.validate_query.json @@ -65,8 +65,8 @@ }, "default_operator": { "type": "enum", - "options": ["AND", "OR"], - "default": "OR", + "options": ["and", "or"], + "default": "or", "description": "The default operator for query string query (AND or OR)" }, "df": { diff --git a/specification/_json_spec/info.json b/specification/_json_spec/info.json index db93d40ce6..c9de8c20c4 100644 --- a/specification/_json_spec/info.json +++ b/specification/_json_spec/info.json @@ -16,7 +16,6 @@ "methods": ["GET"] } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/ingest.get_geoip_database.json b/specification/_json_spec/ingest.get_geoip_database.json index 71c0e36faf..e4a57d593e 100644 --- a/specification/_json_spec/ingest.get_geoip_database.json +++ b/specification/_json_spec/ingest.get_geoip_database.json @@ -26,7 +26,6 @@ } } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/ingest.get_ip_location_database.json b/specification/_json_spec/ingest.get_ip_location_database.json index 180133a348..99f23fbc29 100644 --- a/specification/_json_spec/ingest.get_ip_location_database.json +++ b/specification/_json_spec/ingest.get_ip_location_database.json @@ -26,7 +26,6 @@ } } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/ingest.processor_grok.json b/specification/_json_spec/ingest.processor_grok.json index bd90cafdda..bb48c579e2 100644 --- a/specification/_json_spec/ingest.processor_grok.json +++ b/specification/_json_spec/ingest.processor_grok.json @@ -16,7 +16,6 @@ "methods": ["GET"] } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/license.get_basic_status.json b/specification/_json_spec/license.get_basic_status.json index c91381527f..8418f9201e 100644 --- a/specification/_json_spec/license.get_basic_status.json +++ b/specification/_json_spec/license.get_basic_status.json @@ -16,7 +16,6 @@ "methods": ["GET"] } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/license.get_trial_status.json b/specification/_json_spec/license.get_trial_status.json index 07943d2314..148ee86fea 100644 --- a/specification/_json_spec/license.get_trial_status.json +++ b/specification/_json_spec/license.get_trial_status.json @@ -16,7 +16,6 @@ "methods": ["GET"] } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/logstash.delete_pipeline.json b/specification/_json_spec/logstash.delete_pipeline.json index 9a85485ff9..71537c5bb0 100644 --- a/specification/_json_spec/logstash.delete_pipeline.json +++ b/specification/_json_spec/logstash.delete_pipeline.json @@ -22,7 +22,6 @@ } } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/logstash.get_pipeline.json b/specification/_json_spec/logstash.get_pipeline.json index edf88ff175..ddeb069c2e 100644 --- a/specification/_json_spec/logstash.get_pipeline.json +++ b/specification/_json_spec/logstash.get_pipeline.json @@ -26,7 +26,6 @@ } } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/logstash.put_pipeline.json b/specification/_json_spec/logstash.put_pipeline.json index 659216a9dc..fef9752ca4 100644 --- a/specification/_json_spec/logstash.put_pipeline.json +++ b/specification/_json_spec/logstash.put_pipeline.json @@ -24,7 +24,6 @@ } ] }, - "params": {}, "body": { "description": "The Pipeline to add or update", "required": true diff --git a/specification/_json_spec/migration.deprecations.json b/specification/_json_spec/migration.deprecations.json index 8c258902c1..44c33f614c 100644 --- a/specification/_json_spec/migration.deprecations.json +++ b/specification/_json_spec/migration.deprecations.json @@ -26,7 +26,6 @@ } } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/migration.get_feature_upgrade_status.json b/specification/_json_spec/migration.get_feature_upgrade_status.json index 5163f2cd53..c34b7a5e11 100644 --- a/specification/_json_spec/migration.get_feature_upgrade_status.json +++ b/specification/_json_spec/migration.get_feature_upgrade_status.json @@ -16,7 +16,6 @@ "methods": ["GET"] } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/migration.post_feature_upgrade.json b/specification/_json_spec/migration.post_feature_upgrade.json index a9191a687e..e5a0e9a33f 100644 --- a/specification/_json_spec/migration.post_feature_upgrade.json +++ b/specification/_json_spec/migration.post_feature_upgrade.json @@ -16,7 +16,6 @@ "methods": ["POST"] } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/ml.estimate_model_memory.json b/specification/_json_spec/ml.estimate_model_memory.json index a503a60d71..a190da4c9e 100644 --- a/specification/_json_spec/ml.estimate_model_memory.json +++ b/specification/_json_spec/ml.estimate_model_memory.json @@ -18,7 +18,6 @@ } ] }, - "params": {}, "body": { "description": "The analysis config, plus cardinality estimates for fields it references", "required": true diff --git a/specification/_json_spec/ml.explain_data_frame_analytics.json b/specification/_json_spec/ml.explain_data_frame_analytics.json index 834ffe9224..19c048741a 100644 --- a/specification/_json_spec/ml.explain_data_frame_analytics.json +++ b/specification/_json_spec/ml.explain_data_frame_analytics.json @@ -14,8 +14,7 @@ "paths": [ { "path": "/_ml/data_frame/analytics/_explain", - "methods": ["GET", "POST"], - "parts": {} + "methods": ["GET", "POST"] }, { "path": "/_ml/data_frame/analytics/{id}/_explain", diff --git a/specification/_json_spec/ml.preview_data_frame_analytics.json b/specification/_json_spec/ml.preview_data_frame_analytics.json index ecc17c50cc..ec5cf5d7a0 100644 --- a/specification/_json_spec/ml.preview_data_frame_analytics.json +++ b/specification/_json_spec/ml.preview_data_frame_analytics.json @@ -14,8 +14,7 @@ "paths": [ { "path": "/_ml/data_frame/analytics/_preview", - "methods": ["GET", "POST"], - "parts": {} + "methods": ["GET", "POST"] }, { "path": "/_ml/data_frame/analytics/{id}/_preview", diff --git a/specification/_json_spec/ml.update_model_snapshot.json b/specification/_json_spec/ml.update_model_snapshot.json index 36bc946dd5..1f67d553fd 100644 --- a/specification/_json_spec/ml.update_model_snapshot.json +++ b/specification/_json_spec/ml.update_model_snapshot.json @@ -28,7 +28,6 @@ } ] }, - "params": {}, "body": { "description": "The model snapshot properties to update", "required": true diff --git a/specification/_json_spec/ml.validate.json b/specification/_json_spec/ml.validate.json index 20f6f97b32..8509daf94f 100644 --- a/specification/_json_spec/ml.validate.json +++ b/specification/_json_spec/ml.validate.json @@ -18,7 +18,6 @@ } ] }, - "params": {}, "body": { "description": "The job config", "required": true diff --git a/specification/_json_spec/ml.validate_detector.json b/specification/_json_spec/ml.validate_detector.json index 16f18db2bf..adbaa7f93a 100644 --- a/specification/_json_spec/ml.validate_detector.json +++ b/specification/_json_spec/ml.validate_detector.json @@ -18,7 +18,6 @@ } ] }, - "params": {}, "body": { "description": "The detector", "required": true diff --git a/specification/_json_spec/ping.json b/specification/_json_spec/ping.json index 00089f7fa9..cd9726de4c 100644 --- a/specification/_json_spec/ping.json +++ b/specification/_json_spec/ping.json @@ -16,7 +16,6 @@ "methods": ["HEAD"] } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/scripts_painless_execute.json b/specification/_json_spec/scripts_painless_execute.json index 36d26994b8..2f9b2d50b9 100644 --- a/specification/_json_spec/scripts_painless_execute.json +++ b/specification/_json_spec/scripts_painless_execute.json @@ -18,7 +18,6 @@ } ] }, - "params": {}, "body": { "description": "The script to execute", "required": true diff --git a/specification/_json_spec/search.json b/specification/_json_spec/search.json index 37a7d51100..f15bfeeafc 100644 --- a/specification/_json_spec/search.json +++ b/specification/_json_spec/search.json @@ -45,8 +45,8 @@ }, "default_operator": { "type": "enum", - "options": ["AND", "OR"], - "default": "OR", + "options": ["and", "or"], + "default": "or", "description": "The default operator for query string query (AND or OR)" }, "df": { diff --git a/specification/_json_spec/security.authenticate.json b/specification/_json_spec/security.authenticate.json index 675b234164..a143501846 100644 --- a/specification/_json_spec/security.authenticate.json +++ b/specification/_json_spec/security.authenticate.json @@ -16,7 +16,6 @@ "methods": ["GET"] } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/security.clear_api_key_cache.json b/specification/_json_spec/security.clear_api_key_cache.json index ea56cee33c..69606d647c 100644 --- a/specification/_json_spec/security.clear_api_key_cache.json +++ b/specification/_json_spec/security.clear_api_key_cache.json @@ -22,7 +22,6 @@ } } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/security.clear_cached_privileges.json b/specification/_json_spec/security.clear_cached_privileges.json index 4701b74eed..13b5b9a988 100644 --- a/specification/_json_spec/security.clear_cached_privileges.json +++ b/specification/_json_spec/security.clear_cached_privileges.json @@ -22,7 +22,6 @@ } } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/security.clear_cached_roles.json b/specification/_json_spec/security.clear_cached_roles.json index 826d14f144..a418907544 100644 --- a/specification/_json_spec/security.clear_cached_roles.json +++ b/specification/_json_spec/security.clear_cached_roles.json @@ -22,7 +22,6 @@ } } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/security.clear_cached_service_tokens.json b/specification/_json_spec/security.clear_cached_service_tokens.json index 2e0ded2828..68dbe342a4 100644 --- a/specification/_json_spec/security.clear_cached_service_tokens.json +++ b/specification/_json_spec/security.clear_cached_service_tokens.json @@ -30,7 +30,6 @@ } } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/security.create_cross_cluster_api_key.json b/specification/_json_spec/security.create_cross_cluster_api_key.json index ce0fc2659e..7a654cbbc6 100644 --- a/specification/_json_spec/security.create_cross_cluster_api_key.json +++ b/specification/_json_spec/security.create_cross_cluster_api_key.json @@ -18,7 +18,6 @@ } ] }, - "params": {}, "body": { "description": "The request to create a cross-cluster API key", "required": true diff --git a/specification/_json_spec/security.delegate_pki.json b/specification/_json_spec/security.delegate_pki.json index ea407938bc..4542a7e8e1 100644 --- a/specification/_json_spec/security.delegate_pki.json +++ b/specification/_json_spec/security.delegate_pki.json @@ -17,7 +17,6 @@ } ] }, - "params": {}, "body": { "description": "The X509Certificate chain.", "required": true diff --git a/specification/_json_spec/security.get_builtin_privileges.json b/specification/_json_spec/security.get_builtin_privileges.json index f362a4e1cc..97eefd9ac5 100644 --- a/specification/_json_spec/security.get_builtin_privileges.json +++ b/specification/_json_spec/security.get_builtin_privileges.json @@ -16,7 +16,6 @@ "methods": ["GET"] } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/security.get_privileges.json b/specification/_json_spec/security.get_privileges.json index d2b1f310ab..078a3d7314 100644 --- a/specification/_json_spec/security.get_privileges.json +++ b/specification/_json_spec/security.get_privileges.json @@ -40,7 +40,6 @@ } } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/security.get_role.json b/specification/_json_spec/security.get_role.json index 646c7f4cc5..776fb5f116 100644 --- a/specification/_json_spec/security.get_role.json +++ b/specification/_json_spec/security.get_role.json @@ -26,7 +26,6 @@ "methods": ["GET"] } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/security.get_role_mapping.json b/specification/_json_spec/security.get_role_mapping.json index ff2afd1e68..f27d0457b0 100644 --- a/specification/_json_spec/security.get_role_mapping.json +++ b/specification/_json_spec/security.get_role_mapping.json @@ -26,7 +26,6 @@ "methods": ["GET"] } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/security.get_service_accounts.json b/specification/_json_spec/security.get_service_accounts.json index 7f20a88e14..99652a288c 100644 --- a/specification/_json_spec/security.get_service_accounts.json +++ b/specification/_json_spec/security.get_service_accounts.json @@ -40,7 +40,6 @@ "methods": ["GET"] } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/security.get_service_credentials.json b/specification/_json_spec/security.get_service_credentials.json index 10321b4f2d..79f21cdc61 100644 --- a/specification/_json_spec/security.get_service_credentials.json +++ b/specification/_json_spec/security.get_service_credentials.json @@ -26,7 +26,6 @@ } } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/security.get_token.json b/specification/_json_spec/security.get_token.json index d7dd55f78c..49f71db6c8 100644 --- a/specification/_json_spec/security.get_token.json +++ b/specification/_json_spec/security.get_token.json @@ -18,7 +18,6 @@ } ] }, - "params": {}, "body": { "description": "The token request to get", "required": true diff --git a/specification/_json_spec/security.get_user_privileges.json b/specification/_json_spec/security.get_user_privileges.json index 4e4258e9f5..8e1c1df48f 100644 --- a/specification/_json_spec/security.get_user_privileges.json +++ b/specification/_json_spec/security.get_user_privileges.json @@ -16,7 +16,6 @@ "methods": ["GET"] } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/security.has_privileges.json b/specification/_json_spec/security.has_privileges.json index ab9f9d1dc5..cc45e8ceee 100644 --- a/specification/_json_spec/security.has_privileges.json +++ b/specification/_json_spec/security.has_privileges.json @@ -28,7 +28,6 @@ } ] }, - "params": {}, "body": { "description": "The privileges to test", "required": true diff --git a/specification/_json_spec/security.has_privileges_user_profile.json b/specification/_json_spec/security.has_privileges_user_profile.json index abab7df53e..bf51b21dc2 100644 --- a/specification/_json_spec/security.has_privileges_user_profile.json +++ b/specification/_json_spec/security.has_privileges_user_profile.json @@ -18,7 +18,6 @@ } ] }, - "params": {}, "body": { "description": "The privileges to check and the list of profile IDs", "required": true diff --git a/specification/_json_spec/security.invalidate_token.json b/specification/_json_spec/security.invalidate_token.json index 10c662ee09..47bdcdd183 100644 --- a/specification/_json_spec/security.invalidate_token.json +++ b/specification/_json_spec/security.invalidate_token.json @@ -18,7 +18,6 @@ } ] }, - "params": {}, "body": { "description": "The token to invalidate", "required": true diff --git a/specification/_json_spec/shutdown.get_node.json b/specification/_json_spec/shutdown.get_node.json index 88a2814931..b4afa82563 100644 --- a/specification/_json_spec/shutdown.get_node.json +++ b/specification/_json_spec/shutdown.get_node.json @@ -14,8 +14,7 @@ "paths": [ { "path": "/_nodes/shutdown", - "methods": ["GET"], - "parts": {} + "methods": ["GET"] }, { "path": "/_nodes/{node_id}/shutdown", diff --git a/specification/_json_spec/sql.translate.json b/specification/_json_spec/sql.translate.json index 97a9bdf948..680da5604d 100644 --- a/specification/_json_spec/sql.translate.json +++ b/specification/_json_spec/sql.translate.json @@ -18,7 +18,6 @@ } ] }, - "params": {}, "body": { "description": "Specify the query in the `query` element.", "required": true diff --git a/specification/_json_spec/ssl.certificates.json b/specification/_json_spec/ssl.certificates.json index 704a2a4c57..2acaa3e8fa 100644 --- a/specification/_json_spec/ssl.certificates.json +++ b/specification/_json_spec/ssl.certificates.json @@ -16,7 +16,6 @@ "methods": ["GET"] } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/streams.logs_disable.json b/specification/_json_spec/streams.logs_disable.json index c88c044076..58589d9a70 100644 --- a/specification/_json_spec/streams.logs_disable.json +++ b/specification/_json_spec/streams.logs_disable.json @@ -1,10 +1,10 @@ { "streams.logs_disable": { "documentation": { - "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/streams-logs-disable.html", + "url": "https://www.elastic.co/docs/api/doc/elasticsearch#TODO", "description": "Disable the Logs Streams feature for this cluster" }, - "stability": "stable", + "stability": "experimental", "visibility": "feature_flag", "feature_flag": "logs_stream", "headers": { diff --git a/specification/_json_spec/streams.logs_enable.json b/specification/_json_spec/streams.logs_enable.json index f366ba7e4b..8220bc9065 100644 --- a/specification/_json_spec/streams.logs_enable.json +++ b/specification/_json_spec/streams.logs_enable.json @@ -1,10 +1,10 @@ { "streams.logs_enable": { "documentation": { - "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/streams-logs-enable.html", + "url": "https://www.elastic.co/docs/api/doc/elasticsearch#TODO", "description": "Enable the Logs Streams feature for this cluster" }, - "stability": "stable", + "stability": "experimental", "visibility": "feature_flag", "feature_flag": "logs_stream", "headers": { diff --git a/specification/_json_spec/streams.status.json b/specification/_json_spec/streams.status.json index bacdc09eb6..395596a45d 100644 --- a/specification/_json_spec/streams.status.json +++ b/specification/_json_spec/streams.status.json @@ -1,10 +1,10 @@ { "streams.status": { "documentation": { - "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/streams-status.html", + "url": "https://www.elastic.co/docs/api/doc/elasticsearch#TODO", "description": "Return the current status of the streams feature for each streams type" }, - "stability": "stable", + "stability": "experimental", "visibility": "feature_flag", "feature_flag": "logs_stream", "headers": { diff --git a/specification/_json_spec/terms_enum.json b/specification/_json_spec/terms_enum.json index 1289a5aba9..4a20c023f1 100644 --- a/specification/_json_spec/terms_enum.json +++ b/specification/_json_spec/terms_enum.json @@ -24,7 +24,6 @@ } ] }, - "params": {}, "body": { "description": "field name, string which is the prefix expected in matching terms, timeout and size for max number of results", "required": true diff --git a/specification/_json_spec/update_by_query.json b/specification/_json_spec/update_by_query.json index 8bfff0bbde..d57aa6147f 100644 --- a/specification/_json_spec/update_by_query.json +++ b/specification/_json_spec/update_by_query.json @@ -36,8 +36,8 @@ }, "default_operator": { "type": "enum", - "options": ["AND", "OR"], - "default": "OR", + "options": ["and", "or"], + "default": "or", "description": "The default operator for query string query (AND or OR)" }, "df": { diff --git a/specification/_json_spec/watcher.get_watch.json b/specification/_json_spec/watcher.get_watch.json index c7eff3b169..9fdf675fa5 100644 --- a/specification/_json_spec/watcher.get_watch.json +++ b/specification/_json_spec/watcher.get_watch.json @@ -22,7 +22,6 @@ } } ] - }, - "params": {} + } } } diff --git a/specification/_json_spec/watcher.query_watches.json b/specification/_json_spec/watcher.query_watches.json index a7b3c39f18..179a97e181 100644 --- a/specification/_json_spec/watcher.query_watches.json +++ b/specification/_json_spec/watcher.query_watches.json @@ -18,7 +18,6 @@ } ] }, - "params": {}, "body": { "description": "From, size, query, sort and search_after", "required": false