lib/elasticsearch/api/actions/rollup/get_jobs.rb in elasticsearch-api-8.13.0 vs lib/elasticsearch/api/actions/rollup/get_jobs.rb in elasticsearch-api-8.14.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.13/rollup-get-job.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/rollup-get-job.html # def get_jobs(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || 'rollup.get_jobs' } defined_params = [:id].each_with_object({}) do |variable, set_variables|