Skip to main content

ApplyCalibrationResult

Output of POST /conditions/apply-calibration.

A new immutable condition version has been registered with the recommended parameters from the token.

tasks_pending_rebind lists tasks still bound to previous_version. This is INFORMATIONAL ONLY — the service never auto-rebinds tasks. Callers must rebind explicitly via PATCH /tasks/{id} with new_version.

condition_idCondition Id (string)required
previous_versionPrevious Version (string)required
new_versionNew Version (string)required
params_appliedobjectrequired
tasks_pending_rebind object[]
  • Array [
  • task_idTask Id (string)required
    intentIntent (string)required
  • ]
  • ApplyCalibrationResult
    {
    "condition_id": "string",
    "previous_version": "string",
    "new_version": "string",
    "params_applied": {},
    "tasks_pending_rebind": [
    {
    "task_id": "string",
    "intent": "string"
    }
    ]
    }