interface PatchDashboardsIDCellsIDRequest {
    body: CellUpdate;
    cellID: string;
    dashboardID: string;
}

Properties

entity body

cellID: string

The ID of the cell to update.

dashboardID: string

The ID of the dashboard to update.

MMNEPVFCICPMFPCPTTAAATR