Skip to main content
PATCH
/
security
/
incidents
/
{id}
/
classify
Classify an incident (set is_major)
curl --request PATCH \
  --url https://api.getovra.com/security/incidents/{id}/classify \
  --header 'Content-Type: application/json' \
  --header 'X-Dashboard-Secret: <x-dashboard-secret>' \
  --data '
{
  "isMajor": true,
  "classification": {}
}
'
{
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.getovra.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

X-Dashboard-Secret
string
required

Path Parameters

id
string
required

Body

application/json
isMajor
boolean
required
classification
object

Response

Classified