v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBDashboard Lists
Update a dashboard list
Update the name of a dashboard list.
put/api/v1/dashboard/lists/manual/{list_id}
Path parameters
list_idinteger required
ID of the dashboard list to update.
Request body
Example request
{
"name": "My Dashboard",
"type": "manual_dashboard_list"
}Response
OK
Example response
{
"name": "My Dashboard",
"type": "manual_dashboard_list"
}