---
title: "Update list metadata"
method: PUT
path: "/lists/{list_token}/meta"
tags: ["Lists"]
---

# Update list metadata

`PUT /lists/{list_token}/meta`

Update list name or description

## Request body

- object
  - `listName` string
  - `description` string

## Response `201`

Successfully created a list

- object
  - `status_code` number
  - `error` object
  - `timestamp` integer
  - `list_token` string

## Other responses

- `404` — The specified list does not exist
- `409` — List name exists

---

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