@shortcut/client
    Preparing search index...

    Interface CreateSubTaskParams

    interface CreateSubTaskParams {
        name: string;
        owner_ids?: string[];
        workflow_state_id?: number;
    }
    Index

    Properties

    name: string

    The name of the SubTask.

    1

    512

    owner_ids?: string[]

    An array of UUIDs of the owners of this story.

    true

    workflow_state_id?: number

    The ID of the workflow state the story will be in.

    int64