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>"
}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.