Set Active Agent
{
"projectId": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"active_agent": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}Last updated
{
"projectId": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"active_agent": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}Last updated
{
"message": "updated active agent successfully.",
"status": "success",
"project": {
"name": "John Smith Clinic",
"description": projectData.description,
"active_agent": projectData.active_agent,
"created_at": projectData.created_at,
"call_status_webhook": projectData.call_status_webhook,
"user_id": projectData.user_id,
}
}