Rename a conversation
Conversations
Rename a conversation
PATCH /v1/api/conversations/ - participant renames the conversation. A non-empty title is pinned (title_is_custom = true) so the title.derive worker never overwrites it; an empty title clears both so the conv falls back to auto-derivation. Admin-view callers are intentionally NOT allowed to rename someone else’s conv (this is a participant action), so we require default-view access.
PATCH
Rename a conversation
Authorizations
Personal Access Token. Send as Authorization: Bearer hq_pat_....
Path Parameters
Conversation id
Body
application/json
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).