lib/elasticsearch/api/actions/security/update_api_key.rb in elasticsearch-api-8.14.0 vs lib/elasticsearch/api/actions/security/update_api_key.rb in elasticsearch-api-8.15.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.14/security-api-update-api-key.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/security-api-update-api-key.html # def update_api_key(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || 'security.update_api_key' } defined_params = [:id].each_with_object({}) do |variable, set_variables|