interface PatchDashboardsIDCellsIDViewRequest {
    body: View;
    cellID: string;
    dashboardID: string;
}

Properties

body: View

entity body

cellID: string

The ID of the cell to update.

dashboardID: string

The ID of the dashboard to update.

MMNEPVFCICPMFPCPTTAAATR