Authorization: ********************
{
"dashboard_id": "string",
"layout": {
"panels": [
{
"panel_source": {
"insight_id": "string"
},
"row_length": 0,
"column_length": 0,
"row_start": 0,
"column_start": 0
}
]
},
"resource_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/dashboards/UpdateDashboardLayout' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"dashboard_id": "string",
"layout": {
"panels": [
{
"panel_source": {
"insight_id": "string"
},
"row_length": 0,
"column_length": 0,
"row_start": 0,
"column_start": 0
}
]
},
"resource_id": "string"
}'
{}