See creation interface for filters explanation
Request
Body Params application/json
{
"incident_id": "string",
"root_cause": "string"
}
Request Code Samples
curl --location --request POST 'http://prod-cn.your-api-server.com/incident/root-cause/reset' \
--header 'Content-Type: application/json' \
--data-raw '{
"incident_id": "string",
"root_cause": "string"
}'
Responses
application/json {
"error": {
"code": "InvalidParameter",
"message": "string"
}
}
Modified at 2025-01-22 10:14:38