From 34cec78717fe3aef8c2c7b56de8042032d26bd5f Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Thu, 28 Jan 2021 13:52:00 +0100 Subject: Update pnf-simulator readme. Signed-off-by: Bartosz Gardziejewski Change-Id: I441b0e3642b14487b4d9118660680e1e520de1ac Issue-ID: INT-1804 --- pnfsimulator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnfsimulator/README.md b/pnfsimulator/README.md index 52bf8bd..1ab9c3d 100644 --- a/pnfsimulator/README.md +++ b/pnfsimulator/README.md @@ -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``` -- cgit 1.2.3-korg