lib/elasticsearch/api/actions/search_application/render_query.rb in elasticsearch-api-8.11.2 vs lib/elasticsearch/api/actions/search_application/render_query.rb in elasticsearch-api-8.12.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.11/search-application-render-query.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/search-application-render-query.html # def render_query(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || "search_application.render_query" } defined_params = [:name].inject({}) do |set_variables, variable|