---
title: "Update a dashboard list"
method: PUT
path: "/api/v1/dashboard/lists/manual/{list_id}"
tags: ["Dashboard Lists"]
---

# Update a dashboard list

`PUT /api/v1/dashboard/lists/manual/{list_id}`

Update the name of a dashboard list.

## Path parameters

- `list_id` integer, required

## Request body

- DashboardList — Your Datadog Dashboards.
  - `author` Creator — Object describing the creator of the shared element.
    - `email` string — Email of the creator.
    - `handle` string — Handle of the creator.
    - `name` string, nullable — Name of the creator.
  - `created` string, date-time — Date of creation of the dashboard list.
  - `dashboard_count` integer — The number of dashboards in the list.
  - `id` integer — The ID of the dashboard list.
  - `is_favorite` boolean — Whether or not the list is in the favorites.
  - `modified` string, date-time — Date of last edition of the dashboard list.
  - `name` string, required — The name of the dashboard list.
  - `type` string — The type of dashboard list.

## Response `200`

OK

- DashboardList — Your Datadog Dashboards.
  - `author` Creator — Object describing the creator of the shared element.
    - `email` string — Email of the creator.
    - `handle` string — Handle of the creator.
    - `name` string, nullable — Name of the creator.
  - `created` string, date-time — Date of creation of the dashboard list.
  - `dashboard_count` integer — The number of dashboards in the list.
  - `id` integer — The ID of the dashboard list.
  - `is_favorite` boolean — Whether or not the list is in the favorites.
  - `modified` string, date-time — Date of last edition of the dashboard list.
  - `name` string, required — The name of the dashboard list.
  - `type` string — The type of dashboard list.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `429` — Too many requests

---

[API](https://skmtc.dev/datadog/apis/api-v1.md) · [All operations](https://skmtc.dev/datadog/apis/api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datadog/api-v1/revisions/ca5871004d26/schema)
