lib/elasticsearch/api/actions/cluster/delete_component_template.rb in elasticsearch-api-7.8.0 vs lib/elasticsearch/api/actions/cluster/delete_component_template.rb in elasticsearch-api-7.8.1
- old
+ new
@@ -18,9 +18,13 @@
module Elasticsearch
module API
module Cluster
module Actions
# Deletes a component template
+ # This functionality is Experimental and may be changed or removed
+ # completely in a future release. Elastic will take a best effort approach
+ # to fix any issues, but experimental features are not subject to the
+ # support SLA of official GA features.
#
# @option arguments [String] :name The name of the template
# @option arguments [Time] :timeout Explicit operation timeout
# @option arguments [Time] :master_timeout Specify timeout for connection to master
# @option arguments [Hash] :headers Custom HTTP headers