lib/elasticsearch/api/actions/license/get_trial_status.rb in elasticsearch-api-8.0.1 vs lib/elasticsearch/api/actions/license/get_trial_status.rb in elasticsearch-api-8.1.0
- old
+ new
@@ -21,16 +21,17 @@
module Actions
# Retrieves information about the status of the trial license.
#
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/get-trial-status.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.1/get-trial-status.html
#
def get_trial_status(arguments = {})
- arguments = arguments.clone
headers = arguments.delete(:headers) || {}
- body = nil
+ body = nil
+
+ arguments = arguments.clone
method = Elasticsearch::API::HTTP_GET
path = "_license/trial_status"
params = {}