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