Update pnf-simulator readme. 81/117181/1
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Thu, 28 Jan 2021 12:52:00 +0000 (13:52 +0100)
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Thu, 28 Jan 2021 12:52:18 +0000 (13:52 +0100)
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I441b0e3642b14487b4d9118660680e1e520de1ac
Issue-ID: INT-1804

pnfsimulator/README.md

index 52bf8bd..1ab9c3d 100644 (file)
@@ -113,7 +113,7 @@ The simulator provides means for managing templates. Supported actions: adding,
 ```GET /template/list```  
 Lists all templates known to the simulator.
 
-```GET /template/get-content/{name}```  
+```GET /template/get/{name}```  
 Gets template content based on *name* path variable.
 
 ```POST /template/upload?override=true```