@shortcut/client
    Preparing search index...

    Interface CreateNestedStoryLinkParams

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

    Properties

    Optionalobject_story_id

    object_story_id?: number

    The unique ID of the Story defined as object. At least one of object_story_id or subject_story_id must be present.

    int64

    Optionalsubject_story_id

    subject_story_id?: number

    The unique ID of the Story defined as subject. At least one of object_story_id or subject_story_id must be present.

    int64

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

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