Frontend API
cURL
curl --request POST \ --url https://api.wacht.dev/api/agent/contexts/{id}/update \ --header 'Content-Type: application/x-www-form-urlencoded' \ --cookie session_id= \ --data 'title=Updated Conversation Title'
{}
Update an agent context’s title
Session-based authentication using cookies
Context ID
New context title
"Updated Conversation Title"
Context updated successfully
The response is of type object.
object
Was this page helpful?