---
title: "Update a specific dashboard's name"
method: PUT
path: "/dashboards/{dashboard_id}"
tags: ["Dashboard"]
---

# Update a specific dashboard's name

`PUT /dashboards/{dashboard_id}`

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.

## Path parameters

- `dashboard_id` integer, required

## Request body

- PutDashboardRequest
  - `name` string — Name of the dashboard.

## Response `200`

Info on the specified dashboard.

- Dashboard
  - `id` integer — The dashboard identifier. This will be used with all API calls at dashboard level.
  - `name` string — Name of the dashboard.
  - `phone` string — Texting number associated with this dashboard.
  - `timeZoneId` string — The Time Zone of this dashboard. Used in Autoresponders and handling scheduling around time changes

## Other responses

- `401` — Unauthorized. Sent if the API key is omitted or invalid.

---

[API](https://skmtc.net/textrequest/apis/text-request-api-v3.md) · [All operations](https://skmtc.net/textrequest/apis/text-request-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textrequest/text-request-api-v3/revisions/e4e42efcd650/schema)
