aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2021-01-28 13:52:00 +0100
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2021-01-28 13:52:18 +0100
commit34cec78717fe3aef8c2c7b56de8042032d26bd5f (patch)
tree204c39563aea01d22f9ea3131923a212f24d8ec9
parented18ea83def89626ba42cbe3f38d96e50aabd2f6 (diff)
Update pnf-simulator readme.
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I441b0e3642b14487b4d9118660680e1e520de1ac Issue-ID: INT-1804
-rw-r--r--pnfsimulator/README.md2
1 files changed, 1 insertions, 1 deletions
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```