ConfiguratorController
Description
Configuration JSON Object
{"configurator":
{
"id":"randomId1234",
"label": "my configurator",
"allowedHosts":"myHost",
"tenant":2,
"url":"someUrl",
"SDK_access":0,
"settings": {
"settings1": "value1",
"settings2": "value2",
"settings3": "value3",
"settings4": "value4"
}
}
}fields
API Reference
GET /:id/
PUT /:id/
POST /
Settings json - possible key:value pairs
Last updated