lib/elasticsearch/xpack/api/actions/rollup/start_job.rb in elasticsearch-xpack-7.11.2 vs lib/elasticsearch/xpack/api/actions/rollup/start_job.rb in elasticsearch-xpack-7.12.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.11/rollup-start-job.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.12/rollup-start-job.html # def start_job(arguments = {}) raise ArgumentError, "Required argument 'id' missing" unless arguments[:id] headers = arguments.delete(:headers) || {}