Request body for assigning a template and template fields to an entry.

interface ISetTemplateRequest {
    fields?: FieldToUpdate[];
    templateName: string;
}

Implemented by

Properties

fields?: FieldToUpdate[]

The template fields that will be assigned to the entry.

templateName: string

The template that will be assigned to the entry.