lib/elasticsearch/api/actions/delete_script.rb in elasticsearch-api-8.13.0 vs lib/elasticsearch/api/actions/delete_script.rb in elasticsearch-api-8.14.0

- old
+ new

@@ -26,10 +26,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/8.13/modules-scripting.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/modules-scripting.html # def delete_script(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || 'delete_script' } defined_params = [:id].each_with_object({}) do |variable, set_variables|