v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBDashboard Lists
Create a dashboard list
Create an empty dashboard list.
post/api/v1/dashboard/lists/manual
Request body
Example request
{
"name": "My Dashboard",
"type": "manual_dashboard_list"
}Response
OK
Example response
{
"name": "My Dashboard",
"type": "manual_dashboard_list"
}