Update a project
This section provides instructions for using the /project/:projectId endpoint to create a new agent.
{
"name": "Demo Project",
"description": "This is a project.",
"webhookUrl": "xxxxxxxxxxxxxxxxxxxxxx"
}Last updated
This section provides instructions for using the /project/:projectId endpoint to create a new agent.
{
"name": "Demo Project",
"description": "This is a project.",
"webhookUrl": "xxxxxxxxxxxxxxxxxxxxxx"
}Last updated
{
"message": "successfully updated project info.",
"status": "success",
"data": {
"name": "John Smith Clinic",
"user_id": "xxxxxxxxxxxxxxxxxxxxxxxx",
"status": "ACTIVE",
"description": "This is a test project.",
"is_deleted": false,
"call_status_webhook": null,
"created_at": "2025-03-13T01:57:29.186Z",
"updated_at": "2025-03-13T01:57:29.186Z",
"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"active_agent": null
}
}