Skip to main content
Version: Next

DashboardCopySchema

cssstring

Override CSS for the dashboard.

dashboard_titlestringnullable

A title for the dashboard.

Possible values: <= 500 characters

duplicate_slicesboolean

Whether or not to also copy all charts on the dashboard

json_metadatastringrequired

This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.

DashboardCopySchema
{
"css": "string",
"dashboard_title": "string",
"duplicate_slices": true,
"json_metadata": "string"
}