lib/elasticsearch/api/actions/indices/put_index_template.rb in elasticsearch-api-7.14.1 vs lib/elasticsearch/api/actions/indices/put_index_template.rb in elasticsearch-api-7.15.0

- old
+ new

@@ -26,10 +26,10 @@ # @option arguments [String] :cause User defined reason for creating/updating the index template # @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.14/indices-templates.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.15/indices-templates.html # def put_index_template(arguments = {}) raise ArgumentError, "Required argument 'body' missing" unless arguments[:body] raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]