Request body for assigning fields to an entry.

interface ISetFieldsRequest {
    fields?: FieldToUpdate[];
}

Implemented by

Properties

Properties

fields?: FieldToUpdate[]

The fields that will be assigned to the entry.