@shortcut/client
    Preparing search index...

    Interface CreateEntityTemplateTaskParams

    interface CreateEntityTemplateTaskParams {
        complete?: boolean;
        description: string;
        owner_ids?: string[];
    }
    Index

    Properties

    complete?: boolean

    True/false boolean indicating whether the Task is completed. Defaults to false.

    description: string

    The Task description.

    1

    2048

    owner_ids?: string[]

    An array of UUIDs for any members you want to add as Owners on this new Task.