Dashboard 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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.