---
title: "Update customer name"
method: PATCH
path: "/v3/customers/{id}/name"
tags: ["Customers"]
---

# Update customer name

`PATCH /v3/customers/{id}/name`

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string, required

## Response `200`

Updated customer name

## Other responses

- `400` — Top level customers cannot be modified
- `404` — Customer not found
- `500` — Internal server error

---

[API](https://skmtc.net/tabsplatform/apis/tabs-external-api.md) · [All operations](https://skmtc.net/tabsplatform/apis/tabs-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tabsplatform/tabs-external-api/revisions/7e8885517814/schema)
