From ba6da05dd814347a7961a95bc22d07818fab2578 Mon Sep 17 00:00:00 2001
From: Nikolay Stanchev <ns17@it-innovation.soton.ac.uk>
Date: Tue, 10 Jul 2018 17:40:58 +0100
Subject: [PATCH] Updates docs to reflect on the validation for sfc_id

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

diff --git a/docs/clmc-service.md b/docs/clmc-service.md
index c725de9..3eb38a9 100644
--- a/docs/clmc-service.md
+++ b/docs/clmc-service.md
@@ -91,6 +91,8 @@ All source code, tests and configuration files of the service can be found in th
         
         Returns a 400 Bad Request error if the request URL parameters are invalid or missing.
         
+        Returns a 400 Bad Request error if the service function chain instance ID is not in the format <sfcID>_<numberID>
+        
    * Response Body Example: 
     
         ```json
-- 
GitLab