aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/sdwan-site.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/sdwan-site.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/sdwan-site.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/sdwan-site.json b/platform-logic/restapi-templates/src/main/json/sdwan-site.json
index 9d9fba4b..993a1a4a 100644
--- a/platform-logic/restapi-templates/src/main/json/sdwan-site.json
+++ b/platform-logic/restapi-templates/src/main/json/sdwan-site.json
@@ -45,7 +45,7 @@
"role": [${repeat:prop.site.roles_length:
${prop.site.roles[${1}]},
}
- ],
+ ],
"controlPoints": [${repeat:prop.site.controlpoints_length:
${prop.site.controlpoints[${1}]},
}
@@ -55,7 +55,8 @@
${prop.site.email[${1}]},
}
]
- }
+ },
+ "description": ${prop.site.description}
}
]
}