Request body for assigning fields to an entry.

interface ISetFieldsRequest {
    fields?: LfRepositoryClientV2.FieldToUpdate[];
}

Implemented by

Properties

Properties

The fields that will be assigned to the entry. Required. Deliberately left without a default: this is an overwrite action, so an omitted or null member has to stay distinguishable from an explicitly sent empty list, which clears every field value.