lib/elasticsearch/api/actions/security/clear_cached_privileges.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/security/clear_cached_privileges.rb in elasticsearch-api-8.16.0
- old
+ new
@@ -25,10 +25,10 @@
# Evicts application privileges from the native application privileges cache.
#
# @option arguments [List] :application A comma-separated list of application names
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/security-api-clear-privilege-cache.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/security-api-clear-privilege-cache.html
#
def clear_cached_privileges(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'security.clear_cached_privileges' }
defined_params = [:application].each_with_object({}) do |variable, set_variables|