Company Digital Footprint
Updates the status of an IP.
Update the status of an IP.
patch/api/v2/companies/{id}/ips
Path parameters
idinteger required
Example:123
The id of the company to be updated.
Request body
Example request
{
"IP": "192.168.4.3",
"Status": "Inactive"
}Response
Success