v1

latestOpenAPI 3.1.02026-07-241220143.1 KB

PUT /whitelist_ips/{allowed_ip}/

Enable or disable a whitelist IP entry

put/v1/whitelist_ips/{allowed_ip}/

Path parameters

allowed_ipstring required

name of the allowed IP entry

Request body

enabledboolean

the status of the entry

Response

200

statusstring

Example response

{
  "status": "ok"
}