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

ackboolean required

Acknowledgement status to set

Response

Checks acknowledged successfully

successboolean
msgstring
dataobject

Updated checks information

Example response

{
  "success": true,
  "msg": "All checks acknowledged successfully"
}

Changes