put https://api.dome9.com/v2/security-graph/exclusions/
Update an exclusion by ID
Log in to see full request history
Response
204Update an exclusion by ID
204xxxxxxxxxx
16curl --request PUT \
--url https://api.dome9.com/v2/security-graph/exclusions/id \
--header 'content-type: application/json' \
--data '
{
"filter": {
"logicalOperator": "and",
"operands": [
{
"name": "environmentId",
"operator": "in"
}
]
}
}
'
Try It!
to start a request and see the response here!