Skip to main content
POST
/
rename-conversation
Rename Conversation
curl --request POST \
  --url https://api.example.com/rename-conversation

Documentation Index

Fetch the complete documentation index at: https://docs.nivara.io/llms.txt

Use this file to discover all available pages before exploring further.

Rename Conversation

Endpoint for renaming a saved conversation.

Request Body

FieldTypeRequiredDescription
conversation_idintegerYesID of the conversation
new_titlestringYesNew title for the conversation

Responses

StatusDescriptionContent Type
200Conversation renamedapplication/json

Response

200 - application/json

Successful Response