lib/elasticsearch/api/actions/rollup/get_jobs.rb in elasticsearch-api-8.9.0 vs lib/elasticsearch/api/actions/rollup/get_jobs.rb in elasticsearch-api-8.10.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.9/rollup-get-job.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.10/rollup-get-job.html
#
def get_jobs(arguments = {})
arguments = arguments.clone
headers = arguments.delete(:headers) || {}