saveIPWhitelistSettings

Save IP whitelisting settings. NOTE: All IP entries will be saved as is. Any existing ones that are not saved here will be removed.

Its recommended to check with getIPWhitelistSettings before save what currently is saved and adjust the saved ips accordingly.

Input parameters

Parameter name Description Possible value Required
ipWhitelistEnabled integer yes
ips A string field that contains a valid json array of the ips. Example: [{"ip":"100", "comment":"test"}, {"ip":"102"}]. Ip is required and needs to be unique for each entry however comments in the structure are optional. string yes