Type Alias UpdateTemplateRequest

type UpdateTemplateRequest = {
    description?: string;
    name: string;
    sourceAppAction?: "validate" | "replace";
    temporaryContentId: string;
}
Index

Properties

description?: string

Template description

name: string

Template name

sourceAppAction?: "validate" | "replace"

Specifies the action to perform with the new source app. Use "validate" to verify that the source app of the uploaded template matches the target app. Use "replace" to migrate the uploaded template to the target app by replacing the source app id.

temporaryContentId: string

The ID of a previously uploaded temporary content file