lib/elasticsearch/api/actions/security/get_role.rb in elasticsearch-api-8.8.0 vs lib/elasticsearch/api/actions/security/get_role.rb in elasticsearch-api-8.9.0
- old
+ new
@@ -25,10 +25,10 @@
# Retrieves roles in the native realm.
#
# @option arguments [List] :name A comma-separated list of role names
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.8/security-api-get-role.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.9/security-api-get-role.html
#
def get_role(arguments = {})
arguments = arguments.clone
headers = arguments.delete(:headers) || {}