Create content with minimum required properties
- Last UpdatedApr 21, 2020
- 1 minute read
This example shows the minimum required properties for postData. It creates the default status board chart using the "All Tags" group and the specified tags.
{
"upsert": {
"Name": "ContentWithScript",
"ChartType": "Status Board",
"LayoutInfo": {
"TagDetails": [
{
"TagName": "Weatherapp.Richmond.Wind Speed"
}
]
}
}
}