From 15aebab1c0ae68e9f5ab4b92de50cb27300f9c42 Mon Sep 17 00:00:00 2001 From: pquentin <42327+pquentin@users.noreply.github.com> Date: Wed, 17 Dec 2025 04:14:54 +0000 Subject: [PATCH] Update rest-api-spec --- .../cluster.get_component_template.json | 4 ++-- specification/_json_spec/monitoring.bulk.json | 18 ------------------ 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/specification/_json_spec/cluster.get_component_template.json b/specification/_json_spec/cluster.get_component_template.json index 3d17770164..963fa6a82e 100644 --- a/specification/_json_spec/cluster.get_component_template.json +++ b/specification/_json_spec/cluster.get_component_template.json @@ -20,8 +20,8 @@ "methods": ["GET"], "parts": { "name": { - "type": "list", - "description": "The comma separated names of the component templates" + "type": "string", + "description": "The name of the component template. Wildcard (`*`) expressions are supported." } } } diff --git a/specification/_json_spec/monitoring.bulk.json b/specification/_json_spec/monitoring.bulk.json index 9495cf555c..fcc57a3778 100644 --- a/specification/_json_spec/monitoring.bulk.json +++ b/specification/_json_spec/monitoring.bulk.json @@ -15,24 +15,6 @@ { "path": "/_monitoring/bulk", "methods": ["POST", "PUT"] - }, - { - "path": "/_monitoring/{type}/bulk", - "methods": ["POST", "PUT"], - "parts": { - "type": { - "type": "string", - "description": "Default document type for items which don't provide one", - "deprecated": { - "version": "7.0.0", - "description": "Specifying types in urls has been deprecated" - } - } - }, - "deprecated": { - "version": "7.0.0", - "description": "Specifying types in urls has been deprecated" - } } ] },