The Get /devices/{id}/hotspots/ returns the following
{
"success": true,
"data": [
{
"status": "1",
"ssid": "...",
"hotspot_index": "0",
"auth_type": "...",
"hotspot_ip": "...",
"updated_at": "2026-05-15 14:21:29",
"online_users": 1
}
]
}
I then try to call the Get /devices/{id}/hotspots/{index}/users endpoint but the swagger document won’t accept the index 0 which was returned from the endpoint above.
Is this a bug?
