lib/elasticsearch/api/actions/rollup/get_jobs.rb in elasticsearch-api-8.11.2 vs lib/elasticsearch/api/actions/rollup/get_jobs.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(s) to fetch. Accepts glob patterns, or left blank for all jobs # @option arguments [Hash] :headers Custom HTTP headers # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.11/rollup-get-job.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/rollup-get-job.html # def get_jobs(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || "rollup.get_jobs" } defined_params = [:id].inject({}) do |set_variables, variable|