@shortcut/client
    Preparing search index...

    Interface LinkSubTaskParams

    interface LinkSubTaskParams {
        story_id: number;
    }
    Index

    Properties

    Properties

    story_id

    story_id: number

    The ID of the story to link as a sub-task of the parent story

    int64