@shortcut/client
    Preparing search index...

    Interface UpdateStoryLinkParams

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

    Properties

    id: number

    The unique ID of the Story Link to update.

    int64

    Optionalobject_story_id

    object_story_id?: number

    The unique ID of the Story defined as object.

    int64

    Optionalsubject_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"