---
title: "Update Chat Thread"
method: PUT
path: "/chat/{chat_id}"
tags: ["Chat"]
---

# Update Chat Thread

`PUT /chat/{chat_id}`

## Path parameters

- `chat_id` string, required

## Request body

- object
  - `response_length` 'SHORT' | 'MEDIUM' | 'LONG', nullable — Configure response length
  - `temperature` number, nullable — between 0 and 1
  - `system_message` string, nullable — System message for the LLM
  - `model` string, nullable — LLM Model to choose from

## Response `200`

- Chat
  - `brain_id` string
  - `chat_id` string
  - `created_at` string
  - `created_from` string
  - `last_updated` string
  - `model` string
  - `system_message` string
  - `temperature` number, nullable
  - `title` string
  - `user_id` string
  - `response_length` 'SHORT' | 'MEDIUM' | 'LONG', nullable

## Other responses

- `x-200:OK`

---

[API](https://skmtc.dev/byteleaphq/apis/athena-copy.md) · [All operations](https://skmtc.dev/byteleaphq/apis/athena-copy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/byteleaphq/athena-copy/revisions/4eb764a8d0ce/schema)
