Skip to main content
PATCH
/
security
/
incidents
/
{id}
/
advance
Advance an incident's status
curl --request PATCH \
  --url https://api.getovra.com/security/incidents/{id}/advance \
  --header 'Content-Type: application/json' \
  --header 'X-Dashboard-Secret: <x-dashboard-secret>' \
  --data '{}'
{
  "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
status
enum<string>
required
Available options:
reported,
contained,
resolved

Response

Advanced