lib/elasticsearch/api/actions/search_application/get.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/search_application/get.rb in elasticsearch-api-8.16.0

- old
+ new

@@ -29,10 +29,10 @@ # support SLA of official GA features. # # @option arguments [String] :name The name of the search application # @option arguments [Hash] :headers Custom HTTP headers # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/get-search-application.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/get-search-application.html # def get(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || 'search_application.get' } defined_params = [:name].each_with_object({}) do |variable, set_variables|