@shortcut/client
    Preparing search index...

    Interface UpdateEntityTemplate

    Request parameters for changing either a template's name or any of the attributes it is designed to pre-populate.

    interface UpdateEntityTemplate {
        name?: string;
        story_contents?: UpdateStoryContents;
    }
    Index

    Properties

    name?: string

    The updated template name.

    1

    128

    Optionalstory_contents

    story_contents?: UpdateStoryContents

    Updated attributes for the template to populate.