v1
latestOpenAPI 3.0.02026-08-067074272.5 KBDashboard
Update a specific dashboard's name
Updates a dashboard. This does not change a dashboard's phone number. If you want a new number with another dashboard's contacts, you will have to create a new dashboard with a POST and add the contacts with a bulk export/import.
put/dashboards/{dashboard_id}
Path parameters
dashboard_idinteger required
Example:121
Id of dashboard
Request body
Example request
{
"name": "John Doe's Line"
}Response
Info on the specified dashboard.
Example response
{
"id": 121,
"name": "Marketing",
"phone": "15551234567",
"timeZoneId": "Eastern Standard Time"
}