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

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

Implemented by

Properties

The template fields that will be assigned to the entry.

templateName: string

The template that will be assigned to the entry.