Update an existing alert
POST/api/v2/alerts/update
This endpoint will update only the status of an existing alert based on the provided ID. The request must include the alert ID and the new status to be set. Other fields will not be modified.
Request
Responses
- 200
- 400
Alert updated successfully
Invalid request or update failure