API Reference
English
Rename the session.
cURL
curl --request POST \ --url http://{api_base_url}/conversations/{conversation_id}/name \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "auto_generate": false, "user": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "inputs": {}, "status": "<string>", "introduction": "<string>", "created_at": 123, "updated_at": 123 }
API Key authentication.
Conversation ID.
Conversation renamed successfully.
Was this page helpful?