PATCH
/v1/private/insights-views/{insightsViewId}Update insights viewUpdate insights view by id. Partial updates are supported - only provided fields will be updated.
Parameters
insightsViewIdstring · uuidpathrequiredRequest body
application/json
objectDashboardUpdate_Public
configobjectdescriptionstringnamestringtypestring{
"config": {},
"description": "string",
"name": "string",
"type": "experiments"
}Responses
objectDashboard_Public
configobjectrequiredcreated_atstring · date-timecreated_bystringdescriptionstringidstring · uuidlast_updated_atstring · date-timelast_updated_bystringnamestringrequiredproject_idstring · uuidProject ID. Takes precedence over project_name when both are provided.
scopestringslugstringtypestringworkspace_idstring{
"config": {},
"created_at": "2026-06-09T00:00:00Z",
"created_by": "string",
"description": "string",
"id": "00000000-0000-0000-0000-000000000000",
"last_updated_at": "2026-06-09T00:00:00Z",
"last_updated_by": "string",
"name": "string",
"project_id": "00000000-0000-0000-0000-000000000000",
"scope": "insights",
"slug": "string",
"type": "experiments",
"workspace_id": "string"
}