cURL
curl --request PUT \ --url https://api.ledgerbeam.com/v1/chats/threads/{thread_id} \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Q4 Sales Analysis" } '
{ "message": "Thread updated successfully" }
Update a conversation thread’s metadata
API key for authentication
Thread ID
The new name for the thread
"Q4 Sales Analysis"
Thread updated successfully
"Thread updated successfully"