---
title: "Update task"
method: PUT
path: "/api/v1/task/{task_id}"
deprecated: true
---

# Update task

`PUT /api/v1/task/{task_id}`

> **Deprecated.**

Update a task by its ID.

## Path parameters

- `task_id` string, required

## Cookies

- `apikey` string

## Request body

- TaskUpdateRequest — Update task request model.
  - `tool_response` ToolCallResponse — Tool call response model.
    - `id` string, required — The ID of the tool call.
    - `code` integer, required — The HTTP status code of the tool call.
    - `output` string, required — The output produced by the tool (json encoded).

## Response `200`

Successful Response

- ApiResponseBool
  - `r` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/smooth/apis/circlemind-zero.md) · [All operations](https://skmtc.dev/smooth/apis/circlemind-zero/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smooth/circlemind-zero/revisions/472956a12adf/schema)
