lib/elasticsearch/api/actions/snapshot_lifecycle_management/start.rb in elasticsearch-api-8.13.0 vs lib/elasticsearch/api/actions/snapshot_lifecycle_management/start.rb in elasticsearch-api-8.14.0
- old
+ new
@@ -24,10 +24,10 @@
module Actions
# Turns on snapshot lifecycle management (SLM).
#
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.13/slm-api-start.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/slm-api-start.html
#
def start(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'slm.start' }
arguments = arguments.clone