Skip to main content

CalibrateRequest

Request body for POST /conditions/calibrate.

feedback_direction overrides the direction derived from stored feedback. Valid values: 'tighten' | 'relax'. When absent, CalibrationService derives direction from the majority of stored feedback records.

target is optional. When provided, the service targets the specified alert volume rather than a fixed adjustment step.

condition_idCondition Id (string)required
condition_versionCondition Version (string)required
target object
anyOf
alerts_per_dayAlerts Per Day (number)required
feedback_direction object
anyOf
string
CalibrateRequest
{
"condition_id": "string",
"condition_version": "string",
"target": {
"alerts_per_day": 0
},
"feedback_direction": "string"
}