lib/elasticsearch/api/actions/indices/exists.rb in elasticsearch-api-8.1.2 vs lib/elasticsearch/api/actions/indices/exists.rb in elasticsearch-api-8.2.0
- old
+ new
@@ -28,10 +28,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.1/indices-exists.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.2/indices-exists.html
#
def exists(arguments = {})
raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
arguments = arguments.clone