lib/elasticsearch/api/actions/indices/get.rb in elasticsearch-api-8.8.0 vs lib/elasticsearch/api/actions/indices/get.rb in elasticsearch-api-8.9.0
- old
+ new
@@ -33,10 +33,10 @@
# @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 [Time] :master_timeout Specify timeout for connection to master
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.8/indices-get-index.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.9/indices-get-index.html
#
def get(arguments = {})
raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
arguments = arguments.clone