v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1473397365.8 KB

Updates an IoT SiteWise Monitor dashboard.

put/dashboards/{dashboardId}

Path parameters

dashboardIdstring required

The ID of the dashboard to update.

Request body

dashboardNamestring required

A new friendly name for the dashboard.

dashboardDescriptionstring

A new description for the dashboard.

dashboardDefinitionstring 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>.

clientTokenstring

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

Success

UpdateDashboardResponse required