lib/elasticsearch/xpack/api/actions/security/saml_logout.rb in elasticsearch-xpack-7.15.0 vs lib/elasticsearch/xpack/api/actions/security/saml_logout.rb in elasticsearch-xpack-7.16.0
- old
+ new
@@ -23,10 +23,10 @@
# Invalidates an access token and a refresh token that were generated via the SAML Authenticate API
#
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body The tokens to invalidate (*Required*)
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.15/security-api-saml-logout.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.16/security-api-saml-logout.html
#
def saml_logout(arguments = {})
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
headers = arguments.delete(:headers) || {}