---
title: "Update insights view"
method: PATCH
path: "/v1/private/insights-views/{insightsViewId}"
tags: ["Insights Views"]
---

# Update insights view

`PATCH /v1/private/insights-views/{insightsViewId}`

Update insights view by id. Partial updates are supported - only provided fields will be updated.

## Path parameters

- `insightsViewId` string, uuid, required

## Request body

- DashboardUpdatePublic
  - `name` string
  - `type` 'multi_project' | 'experiments'
  - `description` string
  - `config` JsonNodePublic

## Response `200`

Updated insights view

- DashboardPublic
  - `id` string, uuid
  - `workspace_id` string
  - `project_id` string, uuid — Project ID. Takes precedence over project_name when both are provided.
  - `name` string, required
  - `slug` string
  - `type` 'multi_project' | 'experiments'
  - `scope` 'workspace' | 'insights'
  - `description` string
  - `config` JsonNodePublic, required
  - `created_by` string
  - `last_updated_by` string
  - `created_at` string, date-time
  - `last_updated_at` string, date-time

## Other responses

- `404` — Insights view not found
- `409` — Conflict - insights view with this name already exists

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/versions/4ed2fbc97cc3/schema)
