lib/elasticsearch/api/actions/security/clear_cached_realms.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/security/clear_cached_realms.rb in elasticsearch-api-8.16.0
- old
+ new
@@ -26,10 +26,10 @@
#
# @option arguments [List] :realms Comma-separated list of realms to clear
# @option arguments [List] :usernames Comma-separated list of usernames to clear from the cache
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/security-api-clear-cache.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/security-api-clear-cache.html
#
def clear_cached_realms(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'security.clear_cached_realms' }
defined_params = [:realms].each_with_object({}) do |variable, set_variables|