---
title: "Update Dashboard"
method: PUT
path: "/analytics/dashboards/{dashboard_id}"
tags: ["provider", "analytics", "analytics"]
---

# Update Dashboard

`PUT /analytics/dashboards/{dashboard_id}`

Update an analytics dashboard.

## Path parameters

- `dashboard_id` string, required

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Request body

- UpdateDashboardSchema — Schema for updating an existing analytics dashboard.
  - `name` string, nullable — Name of the dashboard
  - `description` string, nullable — Description of the dashboard
  - `layoutConfig` object, nullable — Grid layout configuration
  - `isArchived` boolean, nullable — Whether the dashboard is archived

## Response `200`

Successful Response

- AnalyticsDashboardSchema — Schema for analytics dashboard response.
  - `id` string, required — Unique identifier for the dashboard
  - `name` string, required — Name of the dashboard
  - `description` string, nullable — Description of the dashboard
  - `layoutConfig` object, nullable — Grid layout configuration
  - `isArchived` boolean, required — Whether the dashboard is archived
  - `createdDate` string, date-time, required — When the dashboard was created
  - `updatedDate` string, date-time, nullable — When the dashboard was last updated

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
