lib/elasticsearch/api/actions/search_application/render_query.rb in elasticsearch-api-8.13.0 vs lib/elasticsearch/api/actions/search_application/render_query.rb in elasticsearch-api-8.14.0
- old
+ new
@@ -30,10 +30,10 @@
#
# @option arguments [String] :name The name of the search application to render the query for
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body Search parameters, which will override any default search parameters defined in the search application template
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.13/search-application-render-query.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/search-application-render-query.html
#
def render_query(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'search_application.render_query' }
defined_params = [:name].each_with_object({}) do |variable, set_variables|