lib/elasticsearch/xpack/api/actions/security/invalidate_api_key.rb in elasticsearch-xpack-7.11.2 vs lib/elasticsearch/xpack/api/actions/security/invalidate_api_key.rb in elasticsearch-xpack-7.12.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.11/security-api-invalidate-api-key.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.12/security-api-invalidate-api-key.html
#
def invalidate_api_key(arguments = {})
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
headers = arguments.delete(:headers) || {}