The request body containing fields that will be assigned to the entry.

interface IFieldToUpdate {
    values?: LfRepositoryClientV1.ValueToUpdate[];
}

Implemented by

Properties

Properties

The field values that will be assigned to the field.