lib/elasticsearch/xpack/api/actions/transform/upgrade_transforms.rb in elasticsearch-xpack-7.16.3 vs lib/elasticsearch/xpack/api/actions/transform/upgrade_transforms.rb in elasticsearch-xpack-7.17.0

- old
+ new

@@ -24,10 +24,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/7.16/upgrade-transforms.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.17/upgrade-transforms.html # def upgrade_transforms(arguments = {}) headers = arguments.delete(:headers) || {} arguments = arguments.clone