@shortcut/client
    Preparing search index...

    Interface CreateStoryLinkParams

    interface CreateStoryLinkParams {
        object_story_id: number;
        subject_story_id: number;
        verb: "blocks" | "duplicates" | "relates to";
    }
    Index

    Properties

    object_story_id

    object_story_id: number

    The unique ID of the Story defined as object.

    int64

    subject_story_id

    subject_story_id: number

    The unique ID of the Story defined as subject.

    int64

    verb: "blocks" | "duplicates" | "relates to"

    How the subject Story acts on the object Story. This can be one of: "blocks", "duplicates", "relates to"