Interface CreateStoryLinkParams

Request parameters for creating a Story Link within a Story.

Hierarchy

  • CreateStoryLinkParams

Properties

object_id?: number

The unique ID of the Story defined as object.

Format

int64

subject_id?: number

The unique ID of the Story defined as subject.

Format

int64

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

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

Generated using TypeDoc