From 415e848c3006ff0c8df08b863ee6ef284eea2d0e Mon Sep 17 00:00:00 2001
From: Nikolay Stanchev <ns17@it-innovation.soton.ac.uk>
Date: Tue, 5 Mar 2019 12:51:15 +0000
Subject: [PATCH] Updates documentation

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

diff --git a/docs/clmc-service.md b/docs/clmc-service.md
index 4a87b60..bc5d672 100644
--- a/docs/clmc-service.md
+++ b/docs/clmc-service.md
@@ -228,7 +228,7 @@ with **/clmc-service** so that the nginx reverse proxy server (listening on port
         The response of this request is a JSON content, which contains a generated UUID and the database name. 
         This request UUID can then be used to manage the pipeline script (e.g. stopping it).
 
-        Returns a 400 Bad Request error if the request body is invalid.
+        Returns a 400 Bad Request error if the request body is invalid or the graph network topology has not been built, yet.
      
     * Response Body Example:
     
-- 
GitLab