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

interface IFieldToUpdate {
    values?: ValueToUpdate[];
}

Implemented by

Properties

Properties

values?: ValueToUpdate[]

The field values that will be assigned to the field.