how to change the existing SSID password with omada open API
how to change the existing SSID password with omada open API
Tags:
#API
PATCH /openapi/v2/{omadacId}/sites/{siteId}/aps/{apMac}/override
{
"ssidOverrides": [
{
"ssidEntryId": 0,
"overrideSsidName": "existingSSIDname",
"overrideSsidPassword": "newpassword",
"overrideSsidEnable": true,
"overrideVlanEnable": true,
"vlanId": 0,
"vlanPoolIds": "",
"ssidEnable": true
}
]
}
{
"errorCode": -39304,
"msg": "This SSID name already exists."
}
1 Accepted Solution

