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" - } } ] },