lib/elasticsearch/api/actions/indices/get.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/indices/get.rb in elasticsearch-api-8.16.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.15/indices-get-index.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/indices-get-index.html
#
def get(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'indices.get' }
defined_params = [:index].each_with_object({}) do |variable, set_variables|