lib/elasticsearch/api/actions/license/post.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/license/post.rb in elasticsearch-api-8.16.0
- old
+ new
@@ -28,10 +28,10 @@
# @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
# @option arguments [Hash] :body licenses to be installed
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/update-license.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/update-license.html
#
def post(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'license.post' }
arguments = arguments.clone