v3

latestOpenAPI 3.0.12026-07-31240345599.7 KB
Integration 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

conditionMatchType'match-all' | 'match-any-condition' | 'match-all-conditions'

It is condition match type of the action. It can be match-all, match-any-condition or match-all-conditions

Example request

{
  "conditions": []
}

Response

Returned if the request is successful.

conditionMatchType'match-all' | 'match-any-condition' | 'match-all-conditions'

It is condition match type of the action. It can be match-all, match-any-condition or match-all-conditions

Example response

{
  "conditions": []
}