lib/elasticsearch/api/actions/transform/upgrade_transforms.rb in elasticsearch-api-8.0.0.pre1 vs lib/elasticsearch/api/actions/transform/upgrade_transforms.rb in elasticsearch-api-8.0.0

- old
+ new

@@ -20,9 +20,10 @@ module Transform module Actions # Upgrades all transforms. # # @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/current/upgrade-transforms.html # def upgrade_transforms(arguments = {})