Security Monitoring

Reorder mute rules

Reorder the list of mute rules for the current organization.

post/api/v2/security/findings/automation/mute_rules/reorder

Request body

Example request

{
  "data": [
    {
      "id": "00000000-0000-0000-0000-000000000000",
      "type": "mute_rules"
    }
  ]
}

Response

Successfully reordered the mute rules

Example response

{
  "data": [
    {
      "id": "00000000-0000-0000-0000-000000000000",
      "type": "mute_rules"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.