v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Company Digital Footprint

Updates the status of an IP block.

Update the status of an IP block.

patch/api/v2/companies/{id}/ipblocks

Path parameters

idinteger required
Example:123

The id of the company to be updated.

Request body

IPBlockstring

The IP block to be updated.

Status'Active' | 'Inactive' nullable required

The new status of the IP block. Inactive IP blocks are excluded from the scans and from the risk score calculations.

Example request

{
  "IPBlock": "192.168.4.3/24",
  "Status": "Inactive"
}

Response

Success