Security Insights
Update an insight
Update the status of an insight for a specific domain.
put/waap/v1/domains/{domain_id}/insights/{insight_id}
Path parameters
domain_idinteger required
The domain ID
The domain ID
insight_idstring uuid required
The ID of the insight
The ID of the insight
Request body
Response
Successful Response
Example response
{
"description": "A request originated from a high-risk IP: 1.2.3.4, but it was allowed by rule: 'my custom rule' the description of the insight",
"recommendation": "disable or delete rule \"my-custom-rule\""
}