Update agent conversation title
Updates the display title for an agent conversation owned by the caller.
The controller looks up the conversation by _id, orgId, userId, agentKey, and isDeleted: false.
The request body uses the shared title validator (1..200 chars), and the controller trims the incoming title before saving it. A whitespace-only title can therefore still return HTTP 400 even if the raw string is non-empty.
Path parameters
Request body
Example request
{
"title": "ABC News Follow-up"
}Response
Title updated successfully
Changes
Changed in 3 of the 15 revisions of this API.113
- ●
added the new
tool_callenum value to theconversation/messages/items/messageTyperesponse property for the response status200response-property-enum-value-added
- ○
added the optional property
conversation/messages/items/partsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
conversation/messages/items/reasoningto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
conversation/messages/items/toolsto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the response property
conversation/messages/items/confidencebecame nullable for the status200response-property-became-nullable
- ▲