lib/elasticsearch/api/actions/indices/get.rb in elasticsearch-api-7.13.0.pre vs lib/elasticsearch/api/actions/indices/get.rb in elasticsearch-api-7.13.0

- old
+ new

@@ -30,10 +30,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/7.x/indices-get-index.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.13/indices-get-index.html # def get(arguments = {}) raise ArgumentError, "Required argument 'index' missing" unless arguments[:index] headers = arguments.delete(:headers) || {}