Skip to main content
PATCH
/
api
/
alerts
/
{id}
/
resolve
Resolve alert
curl --request PATCH \
  --url http://localhost:8000/api/alerts/{id}/resolve \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token from login. Use: Authorization: Bearer <token>

Path Parameters

id
string
required

Response

Resolved