Updates the list values (and default-value pointer) of a list field.
Designed as the CLI/SDK escape hatch for system fields like Priority — the broader
PUT /api/field/list rejects IsCore=true mutations from CLI/SDK callers,
but admins still need to add “Critical” to Priority via script. Allowed for any
caller. All other field properties (name, description, multi-select, IsCore, etc.)
are preserved from the existing record.
Authorizations
JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.
Body
Field id plus the new list values and default-value pointer.
Inbound payload for PUT /api/field/list/data. Carries only the mutable surface -- everything else on the field record is preserved.
Response
List data updated successfully.