lib/elasticsearch/xpack/api/actions/rollup/start_job.rb in elasticsearch-xpack-7.7.0.pre vs lib/elasticsearch/xpack/api/actions/rollup/start_job.rb in elasticsearch-xpack-7.7.0

- old
+ new

@@ -10,10 +10,10 @@ # Starts an existing, stopped rollup job. # # @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/master/rollup-start-job.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/rollup-start-job.html # def start_job(arguments = {}) raise ArgumentError, "Required argument 'id' missing" unless arguments[:id] headers = arguments.delete(:headers) || {}