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
Documentation IndexFetch the complete documentation index at: https://docs.ledgerbeam.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ledgerbeam.com/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
Thread ID
The new name for the thread
"Q4 Sales Analysis"
Thread updated successfully
"Thread updated successfully"