v1

latestOpenAPI 3.1.02026-07-241220143.1 KB

PUT /wifi_networks/{ssid}/allowed_groups/

Add an allowed group to a wifi network

put/v1/wifi_networks/{ssid}/allowed_groups/

Path parameters

ssidstring required

SSID of the network

Request body

groupnamestring required

Name of the group to be added

Response

200

statusstring

Example response

{
  "status": "ok"
}