---
title: "Rename dashboard filter"
method: POST
path: "/api/v1/projects/{projectUuid}/rename/dashboard/{dashboardUuid}"
tags: ["Projects"]
---

# Rename dashboard filter

`POST /api/v1/projects/{projectUuid}/rename/dashboard/{dashboardUuid}`

Rename a dashboard filter's field or model reference

## Path parameters

- `projectUuid` string, required
- `dashboardUuid` string, required

## Request body

- ApiRenameDashboardBody
  - `fixAll` boolean
  - `type` 'model' | 'field', required
  - `to` string, required
  - `from` string, required

## Response `200`

Success

- ApiRenameDashboardResponse
  - `results` object, required
    - `jobId` string
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/versions/40c933755c9a/schema)
