lib/elasticsearch/api/actions/security/enroll_kibana.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/security/enroll_kibana.rb in elasticsearch-api-8.16.0
- old
+ new
@@ -24,10 +24,10 @@
module Actions
# Allows a kibana instance to configure itself to communicate with a secured elasticsearch cluster.
#
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/security-api-kibana-enrollment.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/security-api-kibana-enrollment.html
#
def enroll_kibana(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'security.enroll_kibana' }
arguments = arguments.clone