ApplyCalibrationResult
condition_idstring
previous_versionstring
new_versionstring
params_appliedobject
The parameter values written to the new condition version
tasks_pending_rebind object[]
Tasks currently bound to previous_version that have NOT been rebound. Rebinding is always an explicit user action via PATCH /tasks/{id}.
Array [
task_idstring
intentstring
]
ApplyCalibrationResult
{
"condition_id": "string",
"previous_version": "string",
"new_version": "string",
"params_applied": {},
"tasks_pending_rebind": [
{
"task_id": "string",
"intent": "string"
}
]
}