lib/elasticsearch/api/actions/search_application/render_query.rb in elasticsearch-api-8.9.0 vs lib/elasticsearch/api/actions/search_application/render_query.rb in elasticsearch-api-8.10.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.9/search-application-render-query.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.10/search-application-render-query.html # def render_query(arguments = {}) raise ArgumentError, "Required argument 'name' missing" unless arguments[:name] arguments = arguments.clone