lib/elasticsearch/api/actions/rollup/delete_job.rb in elasticsearch-api-8.11.2 vs lib/elasticsearch/api/actions/rollup/delete_job.rb in elasticsearch-api-8.12.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.11/rollup-delete-job.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/rollup-delete-job.html # def delete_job(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || "rollup.delete_job" } defined_params = [:id].inject({}) do |set_variables, variable|