influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > PatchDashboardsIDRequest

PatchDashboardsIDRequest interface

Signature:

interface PatchDashboardsIDRequest 

Properties

Property Modifiers Type Description
body   { name?: string; description?: string; cells?: CellWithViewProperties; } Patching of a dashboard
dashboardID   string The ID of the dashboard to update.