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

- old
+ new

@@ -25,10 +25,10 @@ # @option arguments [String] :transform_id The id of the transform to preview. # @option arguments [Time] :timeout Controls the time to wait for the preview # @option arguments [Hash] :headers Custom HTTP headers # @option arguments [Hash] :body The definition for the transform to preview # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.16/preview-transform.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.17/preview-transform.html # def preview_transform(arguments = {}) headers = arguments.delete(:headers) || {} arguments = arguments.clone