I can use the API, & pull the SSID config from one AP.
In the 'radiusServers' section, I Get this:
{
"id": 599541700393708262,
"host": "192.168.200.110",
"port": 1812
}
When I try to Put this to another AP,
{
"id": 599541700393708262,
"host": "192.168.200.110",
"port": 1812
"secret": "testradius"
}
This message is displayed:
Bad request: There was a problem in the JSON you submitted
Is this possible with v1 of the API?