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