---
title: "PUT /dashboards/{dashboardId}"
method: PUT
path: "/dashboards/{dashboardId}"
---

# PUT /dashboards/{dashboardId}

`PUT /dashboards/{dashboardId}`

Updates an IoT SiteWise Monitor dashboard.

## Path parameters

- `dashboardId` string, required

## Request body

- object
  - `dashboardName` string, required — A new friendly name for the dashboard.
  - `dashboardDescription` string — A new description for the dashboard.
  - `dashboardDefinition` string, required — The new dashboard definition, as specified in a JSON literal. For detailed information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/create-dashboards-using-aws-cli.html">Creating dashboards (CLI)</a> in the <i>IoT SiteWise User Guide</i>.
  - `clientToken` string — A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

## Response `200`

Success

- UpdateDashboardResponse

## Other responses

- `480` — InvalidRequestException
- `481` — ResourceNotFoundException
- `482` — InternalFailureException
- `483` — ThrottlingException

---

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