Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface V2UpdateTemplateRequestData

    interface V2UpdateTemplateRequestData {
        template_id: string;
        updateTemplateRequestBody: Omit<
            V2Template,
            "id"
            | "create_time"
            | "update_time",
        >;
    }
    Index

    Properties

    template_id: string

    The id of the template to be updated. Specified or automatically generated during template creation. Unique per project.

    updateTemplateRequestBody: Omit<
        V2Template,
        "id"
        | "create_time"
        | "update_time",
    >

    Required. The updated template.