Skip to main content
PATCH
Rename a conversation

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Path Parameters

id
string<uuid>
required

Conversation id

Body

application/json
title
string
required

New title. Trimmed; empty/whitespace reverts the conversation to auto-derived (clears the title + the custom flag so the worker re-derives on the next turn).

Response

Renamed

conversation_id
string<uuid>
required
title_is_custom
boolean
required
title
string | null