lib/elasticsearch/api/actions/transform/preview_transform.rb in elasticsearch-api-8.11.2 vs lib/elasticsearch/api/actions/transform/preview_transform.rb in elasticsearch-api-8.12.0
- old
+ new
@@ -27,10 +27,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/8.11/preview-transform.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/preview-transform.html
#
def preview_transform(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || "transform.preview_transform" }
defined_params = [:transform_id].inject({}) do |set_variables, variable|