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

    Interface UpdateTemplateRequestData

    interface UpdateTemplateRequestData {
        template_id: string;
        update_mask?: string[];
        updateTemplateRequestBody: V1Template;
    }
    Index

    Properties

    template_id: string

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

    update_mask?: string[]

    The set of field mask paths.

    updateTemplateRequestBody: V1Template

    Required. The updated template.