List all networks.
| Context | Name | Type | Description | Required |
|---|
| HTTP code | Reason | Response model |
|---|
Create a network.
| Context | Name | Type | Description | Required |
|---|---|---|---|---|
| form | ssid | string | Network SSID | yes |
| form | channel | integer | Wireless channel to listen on | no |
| form | quota | integer | Upload + download quota per session (default is off) | no |
| form | bandwidth_up | integer | Maximum upload bandwidth (default is off) | no |
| form | bandwidth_down | integer | Maximum download bandwidth (default is off) | no |
| form | time_limit | integer | Time limit per visitor in seconds (default 3600) | no |
| form | block_torrent | boolean | Torrent block enabled/disabled (enabled by default) | no |
| form | whitelisted_domains | string | Comma-separated list of whitelisted domains (empty by default) | no |
| HTTP code | Reason | Response model |
|---|
Get network details.
| Context | Name | Type | Description | Required |
|---|---|---|---|---|
| path | id | string | Network id | yes |
| HTTP code | Reason | Response model |
|---|
Update network details.
| Context | Name | Type | Description | Required |
|---|---|---|---|---|
| path | id | string | no | |
| form | ssid | string | Network SSID | no |
| form | channel | integer | Wireless channel to listen on | no |
| form | quota | integer | Upload + download quota per session (default is off) | no |
| form | bandwidth_up | integer | Maximum upload bandwidth (default is off) | no |
| form | bandwidth_down | integer | Maximum download bandwidth (default is off) | no |
| form | time_limit | integer | Time limit per visitor | no |
| form | block_torrent | boolean | Torrent block enabled/disabled | no |
| form | whitelisted_domains | string | Comma-separated list of whitelisted domains | no |
| HTTP code | Reason | Response model |
|---|
Delete a network.
| Context | Name | Type | Description | Required |
|---|---|---|---|---|
| path | id | string | Network id | yes |
| HTTP code | Reason | Response model |
|---|