---
title: "Changes the display name of the hub."
method: PATCH
path: "/Hub/Name"
tags: ["Hub", "Hub"]
---

# Changes the display name of the hub.

`PATCH /Hub/Name`

## Request body

- RenameClientRequest — Changes the display name on the hub.
  - `HubId` integer — Id of the hub to change the name of, you must own the hub to rename it.
  - `Name` string — New display name of the hub.

## Response `204`

Hub has been renamed.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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