lib/elasticsearch/api/actions/machine_learning/open_job.rb in elasticsearch-api-8.9.0 vs lib/elasticsearch/api/actions/machine_learning/open_job.rb in elasticsearch-api-8.10.0
- old
+ new
@@ -26,10 +26,10 @@
#
# @option arguments [String] :job_id The ID of the job to open
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body Query parameters can be specified in the body
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.9/ml-open-job.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.10/ml-open-job.html
#
def open_job(arguments = {})
raise ArgumentError, "Required argument 'job_id' missing" unless arguments[:job_id]
arguments = arguments.clone