Portals IP Allow List
Replace an IP allow list for a portal
Replace an IP allow list for a portal.
put/v3/portals/{portalId}/ip-allow-list/{id}
Request body
Example request
{
"allowed_ips": [
"192.168.1.1",
"192.168.1.0/22"
]
}Response
The portal's IP allow list configuration.
Example response
{
"id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"allowed_ips": [
"192.168.1.1",
"192.168.1.0/22"
]
}