diff --git a/storyboardclient/v1/stories.py b/storyboardclient/v1/stories.py index 4f2a52a..86aa666 100644 --- a/storyboardclient/v1/stories.py +++ b/storyboardclient/v1/stories.py @@ -26,6 +26,7 @@ class Story(base.BaseObject): creator_id = None status = None tags = None + story_type_id = None tasks = tasks.TasksNestedManager comments = timeline.CommentsNestedManager