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 PATCH \ --url https://api.smith.langchain.com/v1/deepagents/threads/{thread_id} \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "title": "<string>", "metadata": {} } '
200
Example
Update thread fields such as title and metadata. Omitted fields are unchanged.
Thread ID.
Thread updated.
The response is of type object.
object
Was this page helpful?