lib/elasticsearch/api/actions/security/clear_cached_realms.rb in elasticsearch-api-8.9.0 vs lib/elasticsearch/api/actions/security/clear_cached_realms.rb in elasticsearch-api-8.10.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.9/security-api-clear-cache.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.10/security-api-clear-cache.html # def clear_cached_realms(arguments = {}) raise ArgumentError, "Required argument 'realms' missing" unless arguments[:realms] arguments = arguments.clone