Blocklist

Update Subnet Blocklist

put

Updates the blocklist associated with a subnet

Path parameters
subnet_idstring · uuidRequired
Body
blocklist_idstring · uuid | nullableOptional
Responses
put
/subnets/{subnet_id}/blocklist
PUT /v1/subnets/{subnet_id}/blocklist HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 55

{
  "blocklist_id": "123e4567-e89b-12d3-a456-426614174000"
}
default
{
  "timestamp": "text",
  "message": "text",
  "domain_error_code": 1
}