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_idstringRequired
case_idstringRequired

Query parameters

overall_deadline_timestampdatetimeOptional
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