cURL
curl --request PATCH \ --url https://eu-gcp-api.vg-stuff.com/v3/agents/{agentId}/convos/{convoId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "conversation": { "title": "<string>", "tags": [ "<string>" ], "lastMessage": "<string>" } }'
{ "success": true, "message": "<string>", "data": { "id": "<string>", "title": "<string>", "createdAt": "2023-11-07T05:31:56Z" } }
Updates an existing conversation for the specified agent, using the V3 endpoints.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Conversation updated successfully
The response is of type object.
object