Example: "It was just a test, this config is not used in production."
Response
OK
Body
dismissedAt*string (date-time)
Request
Response
constresponse=awaitfetch('https://cloud-api.calyptia.com/v1/agent_errors/{agentErrorID}/dismiss', { method:'POST', headers: {"Authorization":"Bearer <token>","Content-Type":"application/json" }, body:JSON.stringify({"reason":"It was just a test, this config is not used in production." }),});constdata=awaitresponse.json();