Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url http://localhost:3000/api/v1/anomalies/{id}/resolve \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "notes": "<string>" } '
{ "message": "<string>", "data": {} }
Mark anomaly as resolved
Required capabilities: resolve_anomalies.
resolve_anomalies
JWT obtained from POST /api/v1/auth/login.
POST /api/v1/auth/login
id identifier
notes — see API source for exact type.
notes
OK
Was this page helpful?