---
title: "Update dashboard"
method: PATCH
path: "/v1/dashboards/{dashboardId}"
tags: ["Dashboards"]
---

# Update dashboard

`PATCH /v1/dashboards/{dashboardId}`

## Path parameters

- `dashboardId` string, typeid, required

## Request body

- object
  - `name` string
  - `elements` DashboardElement[]
    - `serverName` string, required
    - `connectionId` string
    - `toolName` string, required
    - `projectedToolName` string, required
    - `resourceUri` string, required
    - `title` string, required
    - `launchArguments` object
    - `requiresApproval` boolean
    - `organizationAutoLaunch` boolean

## Response `200`

Dashboard updated successfully.

- DashboardResponse
  - `item` Dashboard, required
    - `id` string, required
    - `organizationId` string, required
    - `name` string, required
    - `elements` DashboardElement[], required
      - `serverName` string, required
      - `connectionId` string
      - `toolName` string, required
      - `projectedToolName` string, required
      - `resourceUri` string, required
      - `title` string, required
      - `launchArguments` object
      - `requiresApproval` boolean
      - `organizationAutoLaunch` boolean
    - `createdByOrgMembershipId` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

## Other responses

- `400` — The dashboard request was invalid.
- `401` — The caller must be signed in.
- `403` — Only workspace owners and admins can update dashboards.
- `404` — The dashboard was not found.

## Changes

- **2026-08-26** `d80eb05462b3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/dashboards/:dashboardId/patch.md)

---

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