lib/elasticsearch/xpack/api/actions/security/get_user.rb in elasticsearch-xpack-7.11.2 vs lib/elasticsearch/xpack/api/actions/security/get_user.rb in elasticsearch-xpack-7.12.0
- old
+ new
@@ -23,10 +23,10 @@
# Retrieves information about users in the native realm and built-in users.
#
# @option arguments [List] :username A comma-separated list of usernames
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.11/security-api-get-user.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.12/security-api-get-user.html
#
def get_user(arguments = {})
headers = arguments.delete(:headers) || {}
arguments = arguments.clone