lib/elasticsearch/api/actions/machine_learning/reset_job.rb in elasticsearch-api-8.1.2 vs lib/elasticsearch/api/actions/machine_learning/reset_job.rb in elasticsearch-api-8.2.0

- old
+ new

@@ -23,10 +23,10 @@ # # @option arguments [String] :job_id The ID of the job to reset # @option arguments [Boolean] :wait_for_completion Should this request wait until the operation has completed before returning # @option arguments [Hash] :headers Custom HTTP headers # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.1/ml-reset-job.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.2/ml-reset-job.html # def reset_job(arguments = {}) raise ArgumentError, "Required argument 'job_id' missing" unless arguments[:job_id] arguments = arguments.clone