DashboardUpdate
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
tags object
anyOf
- string[]
- null
Array [
string
]
shared object
anyOf
- boolean
- null
boolean
DashboardUpdate
{
"name": "string",
"alias": "string",
"description": "string",
"widgets": [
{
"config": {},
"layout": {}
}
],
"collection_id": "string",
"tags": [
"string"
],
"shared": true
}