v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBSecurity 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"
}
]
}