---
title: "Rename a Custom Tab"
method: PATCH
path: "/v2/tab/rename"
tags: ["Custom Tabs"]
---

# Rename a Custom Tab

`PATCH /v2/tab/rename`

Renames a Custom Tab

## Request body

- object
  - `tabId` integer
  - `name` string, required
  - `description` string

## Response `200`

The Custom Tab was successfully rename

## Other responses

- `404` — The Custom Tab could not be found

---

[API](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0.md) · [All operations](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjarmm/ninjaone-public-api-2-0/versions/753f26d46650/schema)
