Request body for replacing the list values of a list-backed field definition. The provided values replace the field's full list-item set wholesale, preserving the supplied order. An empty array clears the list.

interface IReplaceListValuesRequest {
    values: string[];
}

Implemented by

Properties

Properties

values: string[]

The ordered list of list-item values to apply. Duplicates and empty strings are rejected with 400.