---
title: "Update List Name"
method: PATCH
path: "/api/v1.4/lists/{list_uid}/"
tags: ["lists"]
---

# Update List Name

`PATCH /api/v1.4/lists/{list_uid}/`

Updates the name of a list.

## Path parameters

- `list_uid` string, required

## Request body

- UpdateListRequest
  - `name` string, required — New name of the list.

## Response `200`

OK

- List
  - `name` string, required — Name of the list.
  - `list_uid` string, required — UID of the list.
  - `created_date` string, date-time, required — Date the list was created.
  - `updated_date` string, date-time, required — Date the list was last updated.
  - `company_count` integer, required — Number of companies in the list.

## Other responses

- `400` — Bad Request. Incorrect request body.
- `401` — Unauthorized. API key is invalid.
- `404` — Not Found.
- `429` — Too Many Requests. Rate limit exceeded.
- `500` — Internal Server Error. An error occurred with our API.

## Changes

- **2024-12-04** `b36e8e329afb` — 1 breaking, 13 info
  - the request property `name` became required
  - api operation id `updateListName` removed and replaced with `updateList`
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
  - api tag `lists` added
  - …10 more
- **2024-12-04** `f80fb2a115ff` — 1 breaking, 5 warning, 7 info
  - request body became required
  - deleted the `header` request parameter `Content-Type`
  - removed the optional property `count` from the response with the `200` status
  - removed the optional property `page` from the response with the `200` status
  - …9 more
- **2024-12-04** `29fbf7a6e106` — 1 warning
  - deleted the `header` request parameter `Authorization`

[Change history](https://skmtc.dev/tjc-lp/apis/grata-unified-api/changes/api/v1.4/lists/:list_uid/patch.md)

---

[API](https://skmtc.dev/tjc-lp/apis/grata-unified-api.md) · [All operations](https://skmtc.dev/tjc-lp/apis/grata-unified-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tjc-lp/grata-unified-api/revisions/d78ed69a85eb/schema)
