v6

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0182128753.1 KB
Conversations

Rename Conversation

Available for: Chatflow, New Agent, Chatbot, Agent apps.

Renames a conversation, or auto-generates a name from its messages when auto_generate is true. The name is what clients display in a multi-conversation list.

post/conversations/{conversation_id}/name

Path parameters

conversation_idstring required

ID of the conversation to rename. Get conversation IDs from List Conversations.

Request body

namestring

New conversation name. Required unless auto_generate is true.

auto_generateboolean

Automatically generate the conversation name. When true, the name field is ignored.

userstring

End-user identifier, defined by your app and unique within it. See End User Identity.

Response

Conversation renamed successfully.

idstring uuid

Conversation ID.

namestring

Conversation name.

inputsobject

Input variables for the conversation.

statusstring

Conversation status. normal for active conversations.

introductionstring

Conversation introduction.

created_atinteger

Creation timestamp.

updated_atinteger

Last update timestamp.