lib/elasticsearch/xpack/api/actions/searchable_snapshots/repository_stats.rb in elasticsearch-xpack-7.12.0 vs lib/elasticsearch/xpack/api/actions/searchable_snapshots/repository_stats.rb in elasticsearch-xpack-7.13.0.pre
- old
+ new
@@ -27,10 +27,10 @@
# support SLA of official GA features.
#
# @option arguments [String] :repository The repository for which to get the stats for
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.12/searchable-snapshots-apis.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/searchable-snapshots-apis.html
#
def repository_stats(arguments = {})
raise ArgumentError, "Required argument 'repository' missing" unless arguments[:repository]
headers = arguments.delete(:headers) || {}