Update data list
API Reference
Update data list
Update a data list metadata: name, description, type, source, configuration, field mappings, and priority β PATCH /data-lists/.
PATCH
Update data list
Overview
Updates metadata for a list you are allowed to edit. Changingname 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:1β200 characters. Shown in the dashboard for identification.
Max 1000 characters. Shown where the app displays list details (internal context for your team).
List type enum (same as create).
Source enum (same as create).
Same shape as create (
autoSync, syncFrequency, externalUrl, visibleItemDataColumns, etc.).String map.
1β100.
Response
200 with updated list payload on success; 403/401 when attempting restricted changes on global lists.