Skip to main content
PATCH
/
data
/
drift-alerts
/
{id}
/
status
Update drift alert status
curl --request PATCH \
  --url https://acusight.io/api/data/drift-alerts/{id}/status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "notes": "<string>"
}
'
{
  "data": "<unknown>",
  "error": {
    "code": "<string>",
    "details": "<string>",
    "message": "<string>"
  },
  "meta": {
    "count": 123,
    "limit": 123,
    "offset": 123,
    "total": 123
  },
  "success": true
}

Authorizations

Authorization
string
header
required

JWT access token. Paste the token only; the Bearer prefix is added automatically.

Path Parameters

id
integer
required

Drift alert ID

Body

application/json

Status update

status
enum<string>
required
Available options:
acknowledged,
resolved
notes
string

Response

Updated drift alert

data
any
error
object
meta
object
success
boolean