lib/elasticsearch/api/actions/cat/aliases.rb in elasticsearch-api-7.7.0.pre vs lib/elasticsearch/api/actions/cat/aliases.rb in elasticsearch-api-7.7.0
- old
+ new
@@ -18,10 +18,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/cat-alias.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/cat-alias.html
#
def aliases(arguments = {})
headers = arguments.delete(:headers) || {}
arguments = arguments.clone