curl --request POST \
--url http://api.superwize.ai/api/chat/renameConversation \
--header 'Content-Type: application/json' \
--data '
{
"conversationId": "conv_01JHKYW2V8XQ123456789",
"title": "Pakistan Tech Outlook"
}
'{
"success": true
}Updates conversation title metadata.
curl --request POST \
--url http://api.superwize.ai/api/chat/renameConversation \
--header 'Content-Type: application/json' \
--data '
{
"conversationId": "conv_01JHKYW2V8XQ123456789",
"title": "Pakistan Tech Outlook"
}
'{
"success": true
}