Dismiss the given agent error. You must pass the reason for dismissal.
post
/v1/agent_errors/{agentErrorID}/dismiss
Authorizations
Path parameters
agentErrorIDstring · uuidrequired
Body
reasonstring · min: 1 · max: 100required
Example: It was just a test, this config is not used in production.
Responses
application/json
cURL
JavaScript
Python
HTTP
curl -L \
--request POST \
--url 'https://cloud-api.calyptia.com/v1/agent_errors/{agentErrorID}/dismiss' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"reason": "It was just a test, this config is not used in production."
}'