lib/elasticsearch/api/actions/snapshot_lifecycle_management/start.rb in elasticsearch-api-8.9.0 vs lib/elasticsearch/api/actions/snapshot_lifecycle_management/start.rb in elasticsearch-api-8.10.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.9/slm-api-start.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.10/slm-api-start.html # def start(arguments = {}) arguments = arguments.clone headers = arguments.delete(:headers) || {}