v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Security Monitoring

Reorder ticket creation rules

Reorder the list of ticket creation rules for the current organization.

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

Request body

Example request

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

Response

Successfully reordered the ticket creation rules

Example response

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