DashboardRestApi.put
certification_detailsstringnullable
Details of the certification
certified_bystringnullable
Person or group that has certified this dashboard
cssstringnullable
Override CSS for the dashboard.
dashboard_titlestringnullable
A title for the dashboard.
Possible values: <= 500 characters
external_urlstringnullable
is_managed_externallybooleannullable
json_metadatastringnullable
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.
ownersinteger[]
position_jsonstringnullable
This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view
publishedbooleannullable
Determines whether or not this dashboard is visible in the list of all dashboards.
rolesinteger[]
slugstringnullable
Unique identifying part for the web address of the dashboard.
Possible values: <= 255 characters
tagsinteger[]
DashboardRestApi.put
{
"certification_details": "string",
"certified_by": "string",
"css": "string",
"dashboard_title": "string",
"external_url": "string",
"is_managed_externally": true,
"json_metadata": "string",
"owners": [
0
],
"position_json": "string",
"published": true,
"roles": [
0
],
"slug": "string",
"tags": [
0
]
}