Apply to case
Materializes each entry of an OperationsTaskList into an OperationsTask on the Case (status=not_started, source_task_list_id set). Deadlines: overall_deadline_timestamp wins, else the entry’s deadline_offset_seconds, else a positional 20-min stagger. No dedup — applying twice creates duplicate tasks. | authz: min_org_role=operator | () -> (list[PydanticObjectId])
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
task_list_id
case_id
Query parameters
overall_deadline_timestamp
If set, overrides every materialized task's deadline with this timestamp.
Response
Successful Response
Errors
422
Operations Task Lists Apply to Case V1request Unprocessable Entity Error

