insights.folders
Update Insights Folder
put/api/v1/insights/folders/{folder_id}
Path parameters
folder_idinteger required
Request body
Example request
{
"name": "customer-complaints",
"label": "support",
"description": "Call recordings related to customer complaints"
}Response
Successful Response
Example response
{
"name": "customer-complaints",
"label": "support",
"description": "Call recordings related to customer complaints",
"id": 182764,
"created_at": "2026-08-03T00:00:00Z",
"updated_at": "2026-08-04T00:00:00Z",
"last_updated_by": "user@email.com"
}