From 83780dc5af825381d41b8ad3c489d1260345f8bd Mon Sep 17 00:00:00 2001
From: Nikolay Stanchev <ns17@it-innovation.soton.ac.uk>
Date: Thu, 28 Feb 2019 12:04:48 +0000
Subject: [PATCH] FIxes a URL in the 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 978afef..4a87b60 100644
--- a/docs/clmc-service.md
+++ b/docs/clmc-service.md
@@ -352,7 +352,7 @@ with **/clmc-service** so that the nginx reverse proxy server (listening on port
         }
         ```
 
-* **DELETE** ***/graph/{service_function_chain_identifier}***
+* **DELETE** ***/graph/static/{service_function_chain_identifier}***
 
     This API method send a request to delete a full media service graph identified by its service function chain identifier - this means deleting the SFC node, all SFC instance nodes
     linked to the SFC node, all SF package, SF nodes and temporal SF endpoint nodes which are part of the graph for this SFC.
-- 
GitLab