lib/elasticsearch/api/actions/license/post_start_basic.rb in elasticsearch-api-8.8.0 vs lib/elasticsearch/api/actions/license/post_start_basic.rb in elasticsearch-api-8.9.0
- old
+ new
@@ -25,10 +25,10 @@
# Starts an indefinite basic license.
#
# @option arguments [Boolean] :acknowledge whether the user has acknowledged acknowledge messages (default: false)
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.8/start-basic.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.9/start-basic.html
#
def post_start_basic(arguments = {})
arguments = arguments.clone
headers = arguments.delete(:headers) || {}