Skip to main content
PATCH
Rename a chat thread

Authorizations

X-API-Key
string
header
required

Path Parameters

public_id
string
required

The thread's conversation id.

Body

application/json

Payload for renaming a saved thread.

title
string
required

New human-facing title for the thread.

Required string length: 1 - 120

Response

OK

A full thread, including the transcript needed to resume it.

public_id
string
required

The thread's conversation id.

title
string
required

Short title for the thread.

transcript
Transcript · object
required

Full conversation transcript (StoredConversation shape).

modified
string<date-time>
required

Last-updated timestamp (ISO 8601).