lib/elasticsearch/api/actions/license/post_start_trial.rb in elasticsearch-api-8.14.0 vs lib/elasticsearch/api/actions/license/post_start_trial.rb in elasticsearch-api-8.15.0
- old
+ new
@@ -24,12 +24,14 @@
module Actions
# starts a limited time trial license.
#
# @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 [Time] :master_timeout Timeout for processing on master node
+ # @option arguments [Time] :timeout Timeout for acknowledgement of update from all nodes in cluster
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/start-trial.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/start-trial.html
#
def post_start_trial(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'license.post_start_trial' }
arguments = arguments.clone