lib/elasticsearch/api/actions/license/post_start_trial.rb in elasticsearch-api-8.1.2 vs lib/elasticsearch/api/actions/license/post_start_trial.rb in elasticsearch-api-8.2.0
- old
+ new
@@ -23,10 +23,10 @@
#
# @option arguments [String] :type The type of trial license to generate (default: "trial")
# @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.1/start-trial.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.2/start-trial.html
#
def post_start_trial(arguments = {})
arguments = arguments.clone
headers = arguments.delete(:headers) || {}