PUT /api/wip
API key
PUT body
IP to allowlist. e.g,
ip="1.2.1.2"curl -X PUT "http://127.0.0.1:22999/api/wip" -H "Authorization: API key" -H "Content-Type: application/json" -d '{"ip":"1.2.1.2"}'
Successful response
PUT /api/wip
PUT bodyip="1.2.1.2"curl -X PUT "http://127.0.0.1:22999/api/wip" -H "Authorization: API key" -H "Content-Type: application/json" -d '{"ip":"1.2.1.2"}'
Successful response
Was this page helpful?