lib/elasticsearch/xpack/api/actions/security/invalidate_api_key.rb in elasticsearch-xpack-7.9.0.pre vs lib/elasticsearch/xpack/api/actions/security/invalidate_api_key.rb in elasticsearch-xpack-7.9.0
- old
+ new
@@ -23,10 +23,10 @@
# Invalidates one or more API keys.
#
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body The api key request to invalidate API key(s) (*Required*)
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/security-api-invalidate-api-key.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.9/security-api-invalidate-api-key.html
#
def invalidate_api_key(arguments = {})
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
headers = arguments.delete(:headers) || {}