lib/elasticsearch/api/actions/rollup/delete_job.rb in elasticsearch-api-8.9.0 vs lib/elasticsearch/api/actions/rollup/delete_job.rb in elasticsearch-api-8.10.0
- old
+ new
@@ -29,10 +29,10 @@
# support SLA of official GA features.
#
# @option arguments [String] :id The ID of the job to delete
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.9/rollup-delete-job.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.10/rollup-delete-job.html
#
def delete_job(arguments = {})
raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]
arguments = arguments.clone