---
title: "Patch list"
method: PATCH
path: "/v0/lists/{id}"
tags: ["Lists"]
---

# Patch list

`PATCH /v0/lists/{id}`

Patch a list

## Path parameters

- `id` string, uuid, required — List ID

## Request body

- PatchListInput
  - `description` string, required — Description of list

## Response `200`

OK

- HandlerTypesList
  - `created_at` string, date-time — List creation time
  - `description` string, required — Description of list
  - `editable` boolean — If the list may be edited. False for system lists.
  - `entry_type` string — Type of entry. Supported values are 'string', 'user_group', 'provider_org_unit'
  - `id` string, uuid, required — List ID
  - `name` string, required — Unique name used to reference the list in MQL
  - `updated_at` string, date-time — List last updated time

---

[API](https://skmtc.net/sublime/apis/sublime-platform-api.md) · [All operations](https://skmtc.net/sublime/apis/sublime-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sublime/sublime-platform-api/revisions/d5df82850357/schema)
