---
title: "PUT /dashboard/store/{dashboardId}"
method: PUT
path: "/dashboard/store/{dashboardId}"
tags: ["Dashboard"]
---

# PUT /dashboard/store/{dashboardId}

`PUT /dashboard/store/{dashboardId}`

Update dashboard

## Path parameters

- `dashboardId` string, required — the ID of dashboard

## Request body

- DashboardElement
  - `cssclass` string
  - `href` string
  - `id` string
  - `name` string
  - `owner` string
  - `param` string
  - `shared` boolean
  - `type` integer
  - `weight` number, double

## Response `200`

SuccessResponse

- SuccessResponse
  - `count` integer, required — count elements in data
  - `data` object, required — data in JSON format type: object
  - `message` string, required — the message for user

## Other responses

- `400` — FailureResponse

---

[API](https://skmtc.net/sipcapture/apis/homer-app.md) · [All operations](https://skmtc.net/sipcapture/apis/homer-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipcapture/homer-app/versions/2f261ecc6074/schema)
