lib/elasticsearch/api/actions/indices/flush.rb in elasticsearch-api-7.7.0.pre vs lib/elasticsearch/api/actions/indices/flush.rb in elasticsearch-api-7.7.0
- old
+ new
@@ -16,10 +16,10 @@
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both.
# (options: open,closed,hidden,none,all)
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/indices-flush.html
#
def flush(arguments = {})
headers = arguments.delete(:headers) || {}
arguments = arguments.clone