interface PatchDashboardsIDRequest {
    body: {
        cells?: CellWithViewProperties;
        description?: string;
        name?: string;
    };
    dashboardID: string;
}

Properties

Properties

body: { cells?: CellWithViewProperties; description?: string; name?: string }

Patching of a dashboard

Type declaration

  • Optionalcells?: CellWithViewProperties

    optional, when provided will replace all existing cells with the cells provided

  • Optionaldescription?: string

    optional, when provided will replace the description

  • Optionalname?: string

    optional, when provided will replace the name

dashboardID: string

The ID of the dashboard to update.

MMNEPVFCICPMFPCPTTAAATR