v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBDashboard Lists
Update items of a dashboard list
Update dashboards of an existing dashboard list.
put/api/v2/dashboard/lists/manual/{dashboard_list_id}/dashboards
Path parameters
dashboard_list_idinteger required
ID of the dashboard list to update items from.
Request body
Example request
{
"dashboards": [
{
"id": "q5j-nti-fv6",
"type": "host_timeboard"
}
]
}Response
OK
Example response
{
"dashboards": [
{
"id": "q5j-nti-fv6",
"type": "host_timeboard"
}
]
}