lib/elasticsearch/xpack/api/actions/rollup/start_job.rb in elasticsearch-xpack-7.13.0.pre vs lib/elasticsearch/xpack/api/actions/rollup/start_job.rb in elasticsearch-xpack-7.13.0
- old
+ new
@@ -27,10 +27,10 @@
# support SLA of official GA features.
#
# @option arguments [String] :id The ID of the job to start
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/rollup-start-job.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.13/rollup-start-job.html
#
def start_job(arguments = {})
raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]
headers = arguments.delete(:headers) || {}