Skip to main content
PUT
Update thread

Overview

Update a conversation thread’s metadata, such as its name.

Authorizations

API-KEY
string
header
required

API key for authentication

Path Parameters

thread_id
string
required

Thread ID

Body

application/json
name
string

The new name for the thread

Example:

"Q4 Sales Analysis"

Response

Thread updated successfully

message
string
Example:

"Thread updated successfully"