checks

Acknowledge all checks for all monitors

Acknowledge all checks across all monitors for the team

put/checks/{action}

Path parameters

action'ack' required

Action to perform (e.g., 'ack')

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