lib/elasticsearch/api/actions/rollup/delete_job.rb in elasticsearch-api-8.14.0 vs lib/elasticsearch/api/actions/rollup/delete_job.rb in elasticsearch-api-8.15.0

- old
+ new

@@ -29,10 +29,10 @@ # support SLA of official GA features. # # @option arguments [String] :id The ID of the job to delete # @option arguments [Hash] :headers Custom HTTP headers # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/rollup-delete-job.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/rollup-delete-job.html # def delete_job(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || 'rollup.delete_job' } defined_params = [:id].each_with_object({}) do |variable, set_variables|