Hello,
From the docs, it appears that the requested feature does not currently exist yet. The correct syntax for this feature is as follows:
{
"mode": "<string>",
"hubs": [
{
"hubId": "<string>",
"useDefaultRoute": "<boolean>"
},
{
"hubId": "<string>",
"useDefaultRoute": "<boolean>"
}
],
"subnets": [
{
"localSubnet": "<string>",
"useVpn": "<boolean>"
},
{
"localSubnet": "<string>",
"useVpn": "<boolean>"
}
]
}
@John_on_API, I believe this request could potentially be a proposal for new endpoint?