Request to edit a custom template

interface EditTemplateRequest {
    templateDescription?: string;
    templateGenerationOptions?: CustomTemplateOptions;
    templateKey?: string;
    templateName?: string;
}

Properties

templateDescription?: string

The description of the template

templateGenerationOptions?: CustomTemplateOptions
templateKey?: string

The unique identifier of the template

templateName?: string

The name of the template