Update AIConversation

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/aiconversation

Update an existing AI conversation.

Currently only the title can be updated.

Request parametersResponse schema
Expand all Reset
id *UUIDrequired

The unique identifier of the entity

properties *OBJECTrequired
title STRING
Can be executed by:
Entity Owner
Can be associated to:
User
AIMessage
Did this page help you?
Yes No
Language
Shell
Node
Java
.NET
Python
PHP
Install
pkg:maven/com.luzmo/sdk@1.0.0
Example Response
200
400
500
{
  "id": "fdce930b-4f6d-4d2b-8a43-7ea7d62457a2",
  "user_id": "444e2d0c-8dfb-45c1-bb97-52cb9264671f",
  "title": "Updated Conversation",
  "created_at": "2026-05-14T10:03:10.000Z",
  "updated_at": "2026-05-15T08:49:54.140Z"
}