DashboardUpdate
Payload used to update Dashboard. Optional fields include name, alias, description, widgets, collection_id, and 4 more.
name object
anyOf
- string
- null
string
alias object
anyOf
- string
- null
string
description object
anyOf
- string
- null
string
widgets object
anyOf
- object[]
- null
Array [
config objectrequired
property name*any
layout objectrequired
property name*any
]
collection_id object
anyOf
- string
- null
string
Possible values: non-empty
folder_id object
anyOf
- string
- null
string
tags object
anyOf
- string[]
- null
Array [
string
]
shared object
anyOf
- boolean
- null
boolean
refresh_interval object
anyOf
- integer
- null
integer
DashboardUpdate
{
"name": "string",
"alias": "string",
"description": "string",
"widgets": [
{
"config": {},
"layout": {}
}
],
"collection_id": "string",
"folder_id": "string",
"tags": [
"string"
],
"shared": true,
"refresh_interval": 0
}