lib/elasticsearch/api/actions/indices/get_settings.rb in elasticsearch-api-7.9.0 vs lib/elasticsearch/api/actions/indices/get_settings.rb in elasticsearch-api-7.10.0.pre

- old
+ new

@@ -30,10 +30,10 @@ # @option arguments [Boolean] :flat_settings Return settings in flat format (default: false) # @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (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/7.9/indices-get-settings.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/indices-get-settings.html # def get_settings(arguments = {}) headers = arguments.delete(:headers) || {} arguments = arguments.clone