checklists

Update Checklist

Manually update checklist content.

This endpoint allows users to edit the checklist content directly. Note: Manual edits will be overwritten when new transcripts are processed and auto-regeneration occurs.

Args: task_id: The task ID request: Request body containing new checklist content

Returns: The updated checklist with current status

put/checklists/{task_id}

Path parameters

task_idstring required

Request body

checklist_contentstring required

Response

Successful Response

status'pending' | 'processing' | 'success' | 'error' | 'empty_audio' required
checklist_contentstring nullable
messagestring nullable
has_new_transcriptsboolean

Changes