From 90f9ac3eb9959f31028a35307fa51176cc250af0 Mon Sep 17 00:00:00 2001 From: Zara Date: Wed, 30 Mar 2016 13:23:08 +0000 Subject: [PATCH] Add story_type_id to stories Now users will get the story_type_id as part of the request Change-Id: Ifaaa6852a595286e683f63b542684c4c92286328 --- storyboardclient/v1/stories.py | 1 + 1 file changed, 1 insertion(+) 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