createSiteClientsAllowlist
POST https://{{host}}/api/v1/sites/:site_id/setting/whitelist
Retrieve the current clients list from whitelist_url
under Site:Setting
#### Body Parameter Parameter|Type|Description :-------------: |:-------------: |:-------------: macs|array|list of mac addresses to whitelist
Request Body
{"macs"=>["18-65-90-de-f4-c6", "84-89-ad-5d-69-0d"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
X-CSRFToken | string | ||
Content-Type | string |