Dismiss the given agent error. You must pass the reason for dismissal.
Authorizations
Path parameters
agentErrorIDstring · uuidRequired
Body
Request body required to dismiss an existing agent error.
reasonstring · min: 1 · max: 100RequiredExample: It was just a test, this config is not used in production.
Responses
application/json
objectOptional
Response body after dismissing an Agent Error.
post
POST /v1/agent_errors/{agentErrorID}/dismiss HTTP/1.1
Host: cloud-api.calyptia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 71
{
"reason": "It was just a test, this config is not used in production."
}