The Remote Web Admin web page allows me to modify Wi-Fi Connections Profiles in a browser. I can do so by opening the Dashboard tab, clicking the Details button next to WI-Fi WAN, and then clicking the SSID under Wi-Fi Connection Profiles. This brings up a menu that allows changing Type between “Automatic” and “On Demand” as well as some other settings which take effect after pressing OK button and then “Save and Apply” button.
I’d like be able to do this via API call.
The GET and POST for /api/config.wan.connection is close, but does not allow changing “Automatic” to “On Demand” for example so it’s not quite capable enough.