lib/elasticsearch/api/actions/security/saml_logout.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/security/saml_logout.rb in elasticsearch-api-8.16.0

- old
+ new

@@ -25,10 +25,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/8.15/security-api-saml-logout.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/security-api-saml-logout.html # def saml_logout(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || 'security.saml_logout' } raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]