lib/elasticsearch/api/actions/security/update_api_key.rb in elasticsearch-api-8.8.0 vs lib/elasticsearch/api/actions/security/update_api_key.rb in elasticsearch-api-8.9.0

- old
+ new

@@ -26,10 +26,10 @@ # # @option arguments [String] :id The ID of the API key to update # @option arguments [Hash] :headers Custom HTTP headers # @option arguments [Hash] :body The API key request to update attributes of an API key. # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.8/security-api-update-api-key.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.9/security-api-update-api-key.html # def update_api_key(arguments = {}) raise ArgumentError, "Required argument 'id' missing" unless arguments[:id] arguments = arguments.clone