patch https://api.amio.io/v1/channels//settings
Delete Settings
You can delete any settings with PATCH request setting the parameter to null, i.e.
{"domains_whitelist": null}
.
Response Body Params
Parameter | Type | Description |
---|---|---|
domains_whitelist | array | List of domains allowed for cross origin requests (CORS) during connection to Amio Chat servers. If this value is set to null or an empty list, then all connection attempts will be refused. |