pub async fn knowledge_base_controller_update(
configuration: &Configuration,
id: &str,
knowledge_base_controller_update_request: KnowledgeBaseControllerUpdateRequest,
) -> Result<KnowledgeBaseControllerFindAll200ResponseInner, Error<KnowledgeBaseControllerUpdateError>>