lib/elasticsearch/api/actions/indices/exists.rb in elasticsearch-api-8.14.0 vs lib/elasticsearch/api/actions/indices/exists.rb in elasticsearch-api-8.15.0

- old
+ new

@@ -31,10 +31,10 @@ # @option arguments [String] :expand_wildcards Whether wildcard expressions should get expanded to open or closed indices (default: open) (options: open, closed, hidden, none, all) # @option arguments [Boolean] :flat_settings Return settings in flat format (default: false) # @option arguments [Boolean] :include_defaults Whether to return all default setting for each of the indices. # @option arguments [Hash] :headers Custom HTTP headers # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/indices-exists.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/indices-exists.html # def exists(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || 'indices.exists' } defined_params = [:index].each_with_object({}) do |variable, set_variables|