lib/elasticsearch/api/actions/transform/upgrade_transforms.rb in elasticsearch-api-8.8.0 vs lib/elasticsearch/api/actions/transform/upgrade_transforms.rb in elasticsearch-api-8.9.0
- old
+ new
@@ -26,10 +26,10 @@
#
# @option arguments [Boolean] :dry_run Whether to only check for updates but don't execute
# @option arguments [Time] :timeout Controls the time to wait for the upgrade
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.8/upgrade-transforms.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.9/upgrade-transforms.html
#
def upgrade_transforms(arguments = {})
arguments = arguments.clone
headers = arguments.delete(:headers) || {}