---
title: "Update Message Thread"
method: PATCH
path: "/v1/threads/{thread_id}"
tags: ["Message Threads"]
---

# Update Message Thread

`PATCH /v1/threads/{thread_id}`

## Path parameters

- `thread_id` string, required

## Request body

- PatchThread
  - `assistant_id` string, uuid, nullable
  - `agent_id` string, uuid, nullable
  - `knowledge_base_id` string, uuid, nullable
  - `title` string, nullable
  - `status` 'async_wait' | 'ready' | 'async_slot_request' | 'async_a2a_slot_request'
  - `updated_at` string, date-time, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.net/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/revisions/82c114c37196/schema)
