v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
Portals IP Allow List

Update an IP allow list for a portal

Update an IP allow list for a portal.

patch/v3/portals/{portalId}/ip-allow-list/{id}

Request body

allowed_ipsstring[]

The list of allowed ips for the portal.

Example request

{
  "allowed_ips": [
    "192.168.1.1",
    "192.168.1.0/22"
  ]
}

Response

The portal's IP allow list configuration.

idstring uuid required

Contains a unique identifier used for this resource.

allowed_ipsstring[] required

The list of allowed ips for the portal.

Example response

{
  "id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
  "allowed_ips": [
    "192.168.1.1",
    "192.168.1.0/22"
  ]
}