Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 965 Bytes

StoryLink.md

File metadata and controls

16 lines (13 loc) · 965 Bytes

StoryLink

Properties

Name Type Description Notes
entity_type str A string description of this resource.
id int The unique identifier of the Story Link.
subject_id int The ID of the subject Story.
subject_workflow_state_id int The workflow state of the "subject" story.
verb str How the subject Story acts on the object Story. This can be "blocks", "duplicates", or "relates to".
object_id int The ID of the object Story.
created_at datetime The time/date when the Story Link was created.
updated_at datetime The time/date when the Story Link was last updated.

[Back to Model list] [Back to API list] [Back to README]