Skip to main content
PATCH
Update data list

Overview

Updates metadata for a list you are allowed to edit. Changing name or description updates what operators see in the dashboard (labels and detail text); it does not change matching behavior. Global lists: only name and description may be changed, and only by system administrators.

Endpoint

Authentication

Request Body

All fields optional; send only what changes:
string
1–200 characters. Shown in the dashboard for identification.
string
Max 1000 characters. Shown where the app displays list details (internal context for your team).
string
List type enum (same as create).
string
Source enum (same as create).
object
Same shape as create (autoSync, syncFrequency, externalUrl, visibleItemDataColumns, etc.).
object
String map.
number
1–100.

Response

200 with updated list payload on success; 403/401 when attempting restricted changes on global lists.