Add story_type_id to stories

Now users will get the story_type_id as part of the request

Change-Id: Ifaaa6852a595286e683f63b542684c4c92286328
This commit is contained in:
Zara 2016-03-30 13:23:08 +00:00
parent e31f95e447
commit 90f9ac3eb9
1 changed files with 1 additions and 0 deletions

View File

@ -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