Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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"