Rename chat conversation
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
deploymentId
Deployment ID
conversationId
Conversation ID (client-chosen UUID v4)
Request
This endpoint expects an object.
title
New conversation title. Non-empty; capped at 80 characters.
Response
Updated title
conversation_id
title
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error