---
title: "PATCH /base/{baseId}/dashboard/{dashboardId}/plugin/{pluginInstallId}/rename"
method: PATCH
path: "/base/{baseId}/dashboard/{dashboardId}/plugin/{pluginInstallId}/rename"
tags: ["dashboard"]
---

# PATCH /base/{baseId}/dashboard/{dashboardId}/plugin/{pluginInstallId}/rename

`PATCH /base/{baseId}/dashboard/{dashboardId}/plugin/{pluginInstallId}/rename`

Rename a plugin in a dashboard

## Path parameters

- `baseId` string, required
- `id` string, required
- `pluginInstallId` string, required

## Request body

- object
  - `name` string, required

## Response `200`

Returns data about the renamed plugin.

- object
  - `id` string, required
  - `pluginInstallId` string, required
  - `name` string, required

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
