checks
Acknowledge all checks for a specific monitor
Acknowledge all checks for a specific monitor
put/checks/{action}/{monitorId}
Path parameters
action'ack' required
Action to perform (e.g., 'ack')
monitorIdstring required
Monitor ID to acknowledge checks for
Request body
Response
Checks acknowledged successfully
Example response
{
"success": true,
"msg": "All checks acknowledged successfully"
}