v3
latestOpenAPI 3.0.12026-07-31240345599.7 KBIntegration outgoing filters
Update integration alert filter
Updates Integration outgoing alert filter. <br> <br> Permissions required: Permission to update integration alert filter:
- the user has read-only administrative right.
- the user is the admin of the team that the integration belongs to.
patch/api/{cloudId}/v1/integrations/{integrationId}/outgoing/alert-filter/main
Request body
Example request
{
"conditions": []
}Response
Returned if the request is successful.
Example response
{
"conditions": []
}