checks

Acknowledge check

Acknowledge a specific check

put/checks/check/{checkId}

Path parameters

checkIdstring required

Request body

ackboolean

Acknowledgement status

Response

Operation successful

successboolean required
msgstring required
dataobject

Response payload (varies by endpoint)

Example response

{
  "success": true,
  "msg": "Operation completed successfully"
}

Changes