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

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