lib/elasticsearch/api/actions/security/clear_cached_realms.rb in elasticsearch-api-8.11.2 vs lib/elasticsearch/api/actions/security/clear_cached_realms.rb in elasticsearch-api-8.12.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.11/security-api-clear-cache.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/security-api-clear-cache.html # def clear_cached_realms(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || "security.clear_cached_realms" } defined_params = [:realms].inject({}) do |set_variables, variable|