v1
latestOpenAPI 3.1.02026-08-06360288.3 KBAdmin
IP Access Control - Update IPv6 Addresses
Update the list of allowed IPv6 addresses to access the status page.
post/admin/ip_access_control/update/ipv6
Headers
x-api-idstring required
x-api-keystring required
Request body
Example request
{
"allow_ips": "2001:db8:8086:6502::/64,2001:db8:1234::/48",
"statuspage_id": "52e5e0e0873548543700000b"
}Response
OK
Example response
{
"result": true,
"status": {
"error": "no",
"message": "OK"
}
}