diff --git a/src/api/routes/tps.js b/src/api/routes/tps.js index a5913aa..dc6d0a7 100644 --- a/src/api/routes/tps.js +++ b/src/api/routes/tps.js @@ -125,7 +125,7 @@ router.post("/", async (req, res, next) => { { "@type" : "vcfg:PropertyUpdateOrCreate", "vcfg:name" :"${property.name}", - "vcfg:value" : "${property.value}" + "vcfg:value" : ${JSON.stringify(property.value)} } ]`;