---
title: "Update Checklist"
method: PUT
path: "/checklists/{task_id}"
tags: ["checklists"]
---

# Update Checklist

`PUT /checklists/{task_id}`

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

## Path parameters

- `task_id` string, required

## Request body

- UpdateChecklistRequest
  - `checklist_content` string, required

## Response `200`

Successful Response

- ChecklistResponse
  - `status` 'pending' | 'processing' | 'success' | 'error' | 'empty_audio', required
  - `checklist_content` string, nullable
  - `message` string, nullable
  - `has_new_transcripts` boolean

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/d96feef8e2ef/schema)
