@shortcut/client
    Preparing search index...

    Interface BulkUpdateEntityTemplatesParams1

    interface BulkUpdateEntityTemplatesParams1 {
        id: string;
        name?: string;
        story_contents?: UpdateEntityTemplateStoryContentsParams;
    }
    Index

    Properties

    id: string

    The UUID of the Entity Template to update.

    uuid

    name?: string

    The updated template name.

    1

    128

    Optionalstory_contents

    Updated attributes for the template to populate.