lib/elasticsearch/api/actions/cluster/put_component_template.rb in elasticsearch-api-7.15.0 vs lib/elasticsearch/api/actions/cluster/put_component_template.rb in elasticsearch-api-7.16.0
- old
+ new
@@ -26,10 +26,10 @@
# @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
# @option arguments [Hash] :body The template definition (*Required*)
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.15/indices-component-template.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.16/indices-component-template.html
#
def put_component_template(arguments = {})
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]