@shortcut/client
    Preparing search index...

    Interface CreateEntityTemplate

    Request parameters for creating an entirely new entity template.

    interface CreateEntityTemplate {
        author_id?: string;
        name: string;
        story_contents: CreateStoryContents;
    }
    Index

    Properties

    author_id?: string

    The id of the user creating this template.

    uuid

    name: string

    The name of the new entity template

    1

    128

    story_contents

    story_contents: CreateStoryContents

    A map of story attributes this template populates.