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
Example request
{
"IPBlock": "192.168.4.3/24",
"Status": "Inactive"
}Response
Success