curl --request PUT \
--url https://olive-gateway-a6ba.onrender.com/api/v1/compliance/alerts/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"status": "open"
}
'{}Update the status of a compliance alert
curl --request PUT \
--url https://olive-gateway-a6ba.onrender.com/api/v1/compliance/alerts/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"status": "open"
}
'{}API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Alert ID
Updated alert details
open, investigating, resolved, false_positive OK
The response is of type object.