Rename chat conversation

View as Markdown

Sets the conversation’s title — the only user-editable field of a conversation. Idempotent and scoped to the title: it cannot create a conversation or modify messages. Returns 404 when the conversation does not exist or is not owned by the caller.

Authentication

AuthorizationBearer
OAuth 2.0 device flow or platform session token

Path parameters

deploymentIdstringRequired
Deployment ID
conversationIdstringRequired

Conversation ID (client-chosen UUID v4)

Request

This endpoint expects an object.
titlestringRequired

New conversation title. Non-empty; capped at 80 characters.

Response

Updated title
conversation_idstring
titlestring

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error