lib/elasticsearch/api/actions/indices/delete_template.rb in elasticsearch-api-7.0.0 vs lib/elasticsearch/api/actions/indices/delete_template.rb in elasticsearch-api-7.1.0

- old
+ new

@@ -31,10 +31,10 @@ # client.indices.delete_template name: '*' # # @option arguments [String] :name The name of the template (*Required*) # @option arguments [Time] :timeout Explicit operation timeout # - # @see http://www.elasticsearch.org/guide/reference/api/admin-indices-templates/ + # @see https://www.elastic.co/guide/reference/api/admin-indices-templates/ # def delete_template(arguments={}) raise ArgumentError, "Required argument 'name' missing" unless arguments[:name] method = HTTP_DELETE path = Utils.__pathify '_template', Utils.__escape(arguments[:name])