From 4d44282722fc9ac6385e374a20c0b87cca403454 Mon Sep 17 00:00:00 2001
From: Nikolay Stanchev <ns17@it-innovation.soton.ac.uk>
Date: Wed, 18 Jul 2018 08:13:45 +0000
Subject: [PATCH] Updates Graph API docs

---
 docs/clmc-service.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/clmc-service.md b/docs/clmc-service.md
index 896867f..410b74f 100644
--- a/docs/clmc-service.md
+++ b/docs/clmc-service.md
@@ -32,8 +32,7 @@
 #### Description
 
 This document describes the CLMC service and its API endpoints. The CLMC service is implemented in the *Python* framework called **Pyramid**.
-It offers different API endpoints to configure and control the aggregator as well as a CRUD API for service function endpoints configuration data.
-All source code, tests and configuration files of the service can be found in the **src/service** folder.
+It offers different API endpoints to configure and control the aggregator as well as a CRUD API for service function endpoints configuration data and Graph API for calculating round trip time. All source code, tests and configuration files of the service can be found in the **src/service** folder.
 
 
 #### Graph API Endpoints
-- 
GitLab