lib/elasticsearch/api/actions/delete_script.rb in elasticsearch-api-7.9.0 vs lib/elasticsearch/api/actions/delete_script.rb in elasticsearch-api-7.10.0.pre

- old
+ new

@@ -23,10 +23,10 @@ # @option arguments [String] :id Script ID # @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 # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.9/modules-scripting.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/modules-scripting.html # def delete_script(arguments = {}) raise ArgumentError, "Required argument 'id' missing" unless arguments[:id] headers = arguments.delete(:headers) || {}