---
title: "Updates an existing dashboard."
method: PUT
path: "/dash/v{version}/Dashboards/{dashboardId}"
tags: ["Dashboards"]
---

# Updates an existing dashboard.

`PUT /dash/v{version}/Dashboards/{dashboardId}`

## Path parameters

- `dashboardId` integer, required
- `version` string, required

## Headers

- `company-id` string, required

## Request body

- BilfloApiFeaturesDashboardsUpdateDashboardRequest
  - `name` string, nullable
  - `description` string, nullable
  - `isActive` boolean
  - `layoutNodes` DashboardsContractsModelsLayoutNodeDto[], nullable
    - `nodeId` integer
    - `dashboardId` integer
    - `parentNodeId` integer, nullable
    - `nodeType` string, nullable
    - `nodeOrder` integer
    - `title` string, nullable
    - `config` string, nullable
    - `width` integer, nullable
    - `height` integer, nullable
    - `widgetType` string, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time, nullable
    - `children` DashboardsContractsModelsLayoutNodeDto[], nullable

## Response `200`

Success

- DashboardsContractsModelsDashboardDto
  - `dashboardId` integer
  - `companyId` string, uuid
  - `name` string, nullable
  - `description` string, nullable
  - `createdBy` string, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time, nullable
  - `isActive` boolean

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/bilflo/apis/bilflo-api.md) · [All operations](https://skmtc.net/bilflo/apis/bilflo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bilflo/bilflo-api/versions/bcdbca776df0/schema)
